Uses of Class
org.apache.poi.ss.usermodel.ConditionType
-
Packages that use ConditionType Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.usermodel -
-
Uses of ConditionType in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ConditionType Modifier and Type Method Description ConditionTypeHSSFConditionalFormattingRule. getConditionType() -
Uses of ConditionType in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return ConditionType Modifier and Type Method Description ConditionTypeEvaluationConditionalFormatRule. getType() -
Uses of ConditionType in org.apache.poi.ss.usermodel
Fields in org.apache.poi.ss.usermodel declared as ConditionType Modifier and Type Field Description static ConditionTypeConditionType. CELL_VALUE_ISThis conditional formatting rule compares a cell value to a formula calculated result, using an operatorstatic ConditionTypeConditionType. COLOR_SCALEThis conditional formatting rule contains a color scale, with the cell background set according to a gradient.static ConditionTypeConditionType. DATA_BARThis conditional formatting rule sets a data bar, with the cell populated with bars based on their valuesstatic ConditionTypeConditionType. FILTERThis conditional formatting rule that files the valuesstatic ConditionTypeConditionType. FORMULAThis conditional formatting rule contains a formula to evaluate.static 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 ConditionType Modifier and Type Method Description static ConditionTypeConditionType. forId(byte id)static ConditionTypeConditionType. forId(int id)ConditionTypeConditionalFormattingRule. getConditionType()Type of conditional formatting rule.
-