Uses of Class
org.apache.poi.ss.usermodel.ExtendedColor
-
Packages that use ExtendedColor Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel org.apache.poi.xssf.streaming org.apache.poi.xssf.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. -
Uses of ExtendedColor in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming that return ExtendedColor Modifier and Type Method Description ExtendedColorSXSSFCreationHelper. createExtendedColor() -
Uses of ExtendedColor in org.apache.poi.xssf.usermodel
Subclasses of ExtendedColor in org.apache.poi.xssf.usermodel Modifier and Type Class Description classXSSFColorRepresents a color in SpreadsheetMLMethods in org.apache.poi.xssf.usermodel with parameters of type ExtendedColor Modifier and Type Method Description XSSFConditionalFormattingRuleXSSFSheetConditionalFormatting. createConditionalFormattingRule(ExtendedColor color)
-