Uses of Class
org.apache.poi.ss.usermodel.ExtendedColor

Packages that use ExtendedColor
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.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
 class HSSFExtendedColor
          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 ExtendedColor
 HSSFConditionalFormattingRule HSSFSheetConditionalFormatting.createConditionalFormattingRule(ExtendedColor color)
           
 

Uses of ExtendedColor in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return ExtendedColor
 ExtendedColor CreationHelper.createExtendedColor()
          Creates a XSSF-style Color object, used for extended sheet formattings and conditional formattings
 

Methods in org.apache.poi.ss.usermodel with parameters of type ExtendedColor
 ConditionalFormattingRule SheetConditionalFormatting.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
 ExtendedColor SXSSFCreationHelper.createExtendedColor()
           
 

Uses of ExtendedColor in org.apache.poi.xssf.usermodel
 

Subclasses of ExtendedColor in org.apache.poi.xssf.usermodel
 class XSSFColor
          Represents a color in SpreadsheetML
 

Methods in org.apache.poi.xssf.usermodel with parameters of type ExtendedColor
 XSSFConditionalFormattingRule XSSFSheetConditionalFormatting.createConditionalFormattingRule(ExtendedColor color)
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.