Uses of Class
org.apache.poi.ss.usermodel.ConditionType
Packages that use ConditionType
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
-
Uses of ConditionType in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ConditionType -
Uses of ConditionType in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return ConditionType -
Uses of ConditionType in org.apache.poi.ss.usermodel
Fields in org.apache.poi.ss.usermodel declared as ConditionTypeModifier and TypeFieldDescriptionstatic final ConditionType
ConditionType.CELL_VALUE_IS
This conditional formatting rule compares a cell value to a formula calculated result, using an operatorstatic final ConditionType
ConditionType.COLOR_SCALE
This conditional formatting rule contains a color scale, with the cell background set according to a gradient.static final ConditionType
ConditionType.DATA_BAR
This conditional formatting rule sets a data bar, with the cell populated with bars based on their valuesstatic final ConditionType
ConditionType.FILTER
This conditional formatting rule that files the valuesstatic final ConditionType
ConditionType.FORMULA
This conditional formatting rule contains a formula to evaluate.static final ConditionType
ConditionType.ICON_SET
This conditional formatting rule sets a data bar, with the cell populated with bars based on their valuesMethods in org.apache.poi.ss.usermodel that return ConditionTypeModifier and TypeMethodDescriptionstatic ConditionType
ConditionType.forId
(byte id) static ConditionType
ConditionType.forId
(int id) ConditionalFormattingRule.getConditionType()
Type of conditional formatting rule. -
Uses of ConditionType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return ConditionTypeModifier and TypeMethodDescriptionXSSFConditionalFormattingRule.getConditionType()
Type of conditional formatting rule.