Uses of Interface
org.apache.poi.ss.usermodel.IconMultiStateFormatting

Packages that use IconMultiStateFormatting
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.usermodel   
 

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

Classes in org.apache.poi.hssf.usermodel that implement IconMultiStateFormatting
 class HSSFIconMultiStateFormatting
          High level representation for Icon / Multi-State Formatting component of Conditional Formatting settings
 

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

Methods in org.apache.poi.ss.usermodel that return IconMultiStateFormatting
 IconMultiStateFormatting ConditionalFormattingRule.getMultiStateFormatting()
           
 

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

Classes in org.apache.poi.xssf.usermodel that implement IconMultiStateFormatting
 class XSSFIconMultiStateFormatting
          High level representation for Icon / Multi-State Formatting component of Conditional Formatting settings
 



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