Uses of Interface
org.apache.poi.ss.usermodel.DifferentialStyleProvider
-
Packages that use DifferentialStyleProvider Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel -
-
Uses of DifferentialStyleProvider in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement DifferentialStyleProvider Modifier and Type Class Description class
HSSFConditionalFormattingRule
High level representation of Conditional Formatting Rule. -
Uses of DifferentialStyleProvider in org.apache.poi.ss.usermodel
Subinterfaces of DifferentialStyleProvider in org.apache.poi.ss.usermodel Modifier and Type Interface Description interface
ConditionalFormattingRule
Represents a description of a conditional formatting ruleMethods in org.apache.poi.ss.usermodel that return DifferentialStyleProvider Modifier and Type Method Description DifferentialStyleProvider
TableStyle. getStyle(TableStyleType type)
-
Uses of DifferentialStyleProvider in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement DifferentialStyleProvider Modifier and Type Class Description class
XSSFConditionalFormattingRule
XSSF support for Conditional Formatting rulesclass
XSSFDxfStyleProvider
Style based on a dxf record - e.g.Methods in org.apache.poi.xssf.usermodel that return DifferentialStyleProvider Modifier and Type Method Description DifferentialStyleProvider
XSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle. getStyle(TableStyleType type)
DifferentialStyleProvider
XSSFTableStyle. getStyle(TableStyleType type)
-