| Package | Description | 
|---|---|
| org.apache.poi.hssf.usermodel | 
 usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
 | 
| org.apache.poi.ss.formula | 
 This package contains common internal POI code for manipulating formulas. 
 | 
| org.apache.poi.ss.usermodel | |
| org.apache.poi.xssf.usermodel | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionType | 
HSSFConditionalFormattingRule.getConditionType()  | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionType | 
EvaluationConditionalFormatRule.getType()  | 
| Modifier and Type | Field and Description | 
|---|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ConditionType | 
ConditionType.forId(byte id)  | 
static ConditionType | 
ConditionType.forId(int id)  | 
ConditionType | 
ConditionalFormattingRule.getConditionType()
Type of conditional formatting rule. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ConditionType | 
XSSFConditionalFormattingRule.getConditionType()
Type of conditional formatting rule. 
 | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.