Uses of Interface
org.apache.poi.ss.usermodel.ColorScaleFormatting
-
Packages that use ColorScaleFormatting 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 ColorScaleFormatting in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ColorScaleFormatting Modifier and Type Class Description class
HSSFColorScaleFormatting
High level representation for Color Scale / Color Gradient Formatting component of Conditional Formatting settings -
Uses of ColorScaleFormatting in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ColorScaleFormatting Modifier and Type Method Description ColorScaleFormatting
ConditionalFormattingRule. getColorScaleFormatting()
-
Uses of ColorScaleFormatting in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement ColorScaleFormatting Modifier and Type Class Description class
XSSFColorScaleFormatting
High level representation for Color Scale / Color Gradient Formatting component of Conditional Formatting settings
-