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 ConditionTypeConditionType.CELL_VALUE_ISThis conditional formatting rule compares a cell value to a formula calculated result, using an operatorstatic final ConditionTypeConditionType.COLOR_SCALEThis conditional formatting rule contains a color scale, with the cell background set according to a gradient.static final ConditionTypeConditionType.DATA_BARThis conditional formatting rule sets a data bar, with the cell populated with bars based on their valuesstatic final ConditionTypeConditionType.FILTERThis conditional formatting rule that files the valuesstatic final ConditionTypeConditionType.FORMULAThis conditional formatting rule contains a formula to evaluate.static final ConditionTypeConditionType.ICON_SETThis 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 ConditionTypeConditionType.forId(byte id) static ConditionTypeConditionType.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.