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 classHSSFConditionalFormattingRuleHigh 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 interfaceConditionalFormattingRuleRepresents a description of a conditional formatting ruleMethods in org.apache.poi.ss.usermodel that return DifferentialStyleProvider Modifier and Type Method Description DifferentialStyleProviderTableStyle. 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 classXSSFConditionalFormattingRuleXSSF support for Conditional Formatting rulesclassXSSFDxfStyleProviderStyle based on a dxf record - e.g.Methods in org.apache.poi.xssf.usermodel that return DifferentialStyleProvider Modifier and Type Method Description DifferentialStyleProviderXSSFBuiltinTableStyle.XSSFBuiltinTypeStyleStyle. getStyle(TableStyleType type)DifferentialStyleProviderXSSFTableStyle. getStyle(TableStyleType type)
-