Uses of Class
org.apache.poi.ss.usermodel.ExtendedColor
Packages that use ExtendedColor
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ExtendedColor in org.apache.poi.hssf.usermodel
Subclasses of ExtendedColor in org.apache.poi.hssf.usermodelModifier and TypeClassDescriptionclass
The 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 ExtendedColorModifier and TypeMethodDescriptionHSSFSheetConditionalFormatting.createConditionalFormattingRule
(ExtendedColor color) -
Uses of ExtendedColor in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ExtendedColorModifier and TypeMethodDescriptionCreationHelper.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 ExtendedColorModifier and TypeMethodDescriptionSheetConditionalFormatting.createConditionalFormattingRule
(ExtendedColor color) Create a Databar conditional formatting rule. -
Uses of ExtendedColor in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return ExtendedColor -
Uses of ExtendedColor in org.apache.poi.xssf.usermodel
Subclasses of ExtendedColor in org.apache.poi.xssf.usermodelMethods in org.apache.poi.xssf.usermodel with parameters of type ExtendedColorModifier and TypeMethodDescriptionXSSFSheetConditionalFormatting.createConditionalFormattingRule
(ExtendedColor color)