Uses of Class
org.apache.poi.hssf.record.common.ExtendedColor
-
Packages that use ExtendedColor Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.cf org.apache.poi.hssf.record.common org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of ExtendedColor in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record with parameters of type ExtendedColor Modifier and Type Method Description static CFRule12RecordCFRule12Record. create(HSSFSheet sheet, ExtendedColor color)Creates a new Data Bar formatting -
Uses of ExtendedColor in org.apache.poi.hssf.record.cf
Methods in org.apache.poi.hssf.record.cf that return ExtendedColor Modifier and Type Method Description ExtendedColorDataBarFormatting. getColor()ExtendedColor[]ColorGradientFormatting. getColors()Methods in org.apache.poi.hssf.record.cf with parameters of type ExtendedColor Modifier and Type Method Description voidDataBarFormatting. setColor(ExtendedColor color)voidColorGradientFormatting. setColors(ExtendedColor[] colors) -
Uses of ExtendedColor in org.apache.poi.hssf.record.common
Methods in org.apache.poi.hssf.record.common that return ExtendedColor Modifier and Type Method Description ExtendedColorExtendedColor. copy()Constructors in org.apache.poi.hssf.record.common with parameters of type ExtendedColor Constructor Description ExtendedColor(ExtendedColor other) -
Uses of ExtendedColor in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ExtendedColor Modifier and Type Method Description protected ExtendedColorHSSFExtendedColor. getExtendedColor()Constructors in org.apache.poi.hssf.usermodel with parameters of type ExtendedColor Constructor Description HSSFExtendedColor(ExtendedColor color)
-