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

Packages that use ConditionType
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 ConditionType in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return ConditionType
 ConditionType HSSFConditionalFormattingRule.getConditionTypeType()
           
 

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

Fields in org.apache.poi.ss.usermodel declared as ConditionType
static ConditionType ConditionType.CELL_VALUE_IS
          This conditional formatting rule compares a cell value to a formula calculated result, using an operator
static ConditionType ConditionType.COLOR_SCALE
          This conditional formatting rule contains a color scale, with the cell background set according to a gradient.
static ConditionType ConditionType.DATA_BAR
          This conditional formatting rule sets a data bar, with the cell populated with bars based on their values
static ConditionType ConditionType.FILTER
          This conditional formatting rule that files the values
static ConditionType ConditionType.FORMULA
          This conditional formatting rule contains a formula to evaluate.
static ConditionType ConditionType.ICON_SET
          This conditional formatting rule sets a data bar, with the cell populated with bars based on their values
 

Methods in org.apache.poi.ss.usermodel that return ConditionType
static ConditionType ConditionType.forId(byte id)
           
static ConditionType ConditionType.forId(int id)
           
 ConditionType ConditionalFormattingRule.getConditionTypeType()
          Type of conditional formatting rule.
 

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

Methods in org.apache.poi.xssf.usermodel that return ConditionType
 ConditionType XSSFConditionalFormattingRule.getConditionTypeType()
          Type of conditional formatting rule.
 



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