Uses of Class
org.apache.poi.hssf.usermodel.HSSFExtendedColor
-
Packages that use HSSFExtendedColor Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFExtendedColor in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFExtendedColor Modifier and Type Method Description HSSFExtendedColorHSSFCreationHelper. createExtendedColor()HSSFExtendedColorHSSFDataBarFormatting. getColor()HSSFExtendedColor[]HSSFColorScaleFormatting. getColors()Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFExtendedColor Modifier and Type Method Description HSSFConditionalFormattingRuleHSSFSheetConditionalFormatting. createConditionalFormattingRule(HSSFExtendedColor color)Create a Databar conditional formatting rule.
-