Uses of Class
org.apache.poi.hssf.record.common.ExtendedColor
Packages that use ExtendedColor
Package
Description
Record package contains class representations for XLS binary strutures.
usermodel package maps HSSF low level strutures 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 ExtendedColorModifier and TypeMethodDescriptionstatic CFRule12Record
CFRule12Record.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 ExtendedColorModifier and TypeMethodDescriptionDataBarFormatting.getColor()
ColorGradientFormatting.getColors()
Methods in org.apache.poi.hssf.record.cf with parameters of type ExtendedColorModifier and TypeMethodDescriptionvoid
DataBarFormatting.setColor
(ExtendedColor color) void
ColorGradientFormatting.setColors
(ExtendedColor[] colors) -
Uses of ExtendedColor in org.apache.poi.hssf.record.common
Methods in org.apache.poi.hssf.record.common that return ExtendedColor -
Uses of ExtendedColor in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ExtendedColorConstructors in org.apache.poi.hssf.usermodel with parameters of type ExtendedColor