Uses of Class
org.apache.poi.hssf.usermodel.HSSFExtendedColor

Packages that use HSSFExtendedColor
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 

Uses of HSSFExtendedColor in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFExtendedColor
 HSSFExtendedColor HSSFCreationHelper.createExtendedColor()
           
 HSSFExtendedColor HSSFDataBarFormatting.getColor()
           
 HSSFExtendedColor[] HSSFColorScaleFormatting.getColors()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFExtendedColor
 HSSFConditionalFormattingRule HSSFSheetConditionalFormatting.createConditionalFormattingRule(HSSFExtendedColor color)
          Create a Databar conditional formatting rule.
 



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