Uses of Class
org.apache.poi.ss.usermodel.ExtendedColor
-
Packages that use ExtendedColor Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of ExtendedColor in org.apache.poi.hssf.usermodel
Subclasses of ExtendedColor in org.apache.poi.hssf.usermodel Modifier and Type Class Description classHSSFExtendedColorThe HSSF file format normally stores Color information in the Palette (see PaletteRecord), but for a few cases (eg Conditional Formatting, Sheet Extensions), this XSSF-style color record can be used.Methods in org.apache.poi.hssf.usermodel with parameters of type ExtendedColor Modifier and Type Method Description HSSFConditionalFormattingRuleHSSFSheetConditionalFormatting. createConditionalFormattingRule(ExtendedColor color) -
Uses of ExtendedColor in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ExtendedColor Modifier and Type Method Description ExtendedColorCreationHelper. createExtendedColor()Creates a XSSF-style Color object, used for extended sheet formattings and conditional formattingsMethods in org.apache.poi.ss.usermodel with parameters of type ExtendedColor Modifier and Type Method Description ConditionalFormattingRuleSheetConditionalFormatting. createConditionalFormattingRule(ExtendedColor color)Create a Databar conditional formatting rule.
-