Package org.apache.poi.hssf.record.cf
Class IconMultiStateThreshold
java.lang.Object
org.apache.poi.hssf.record.cf.Threshold
org.apache.poi.hssf.record.cf.IconMultiStateThreshold
- All Implemented Interfaces:
Cloneable
Icon / Multi-State specific Threshold / value (CFVO),
for changes in Conditional Formatting
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
Cell values that are equal to the threshold value do not pass the thresholdstatic final byte
Cell values that are equal to the threshold value pass the threshold. -
Constructor Summary
ConstructorsConstructorDescriptionCreates new Ico Multi-State Threshold -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
copyTo, getFormula, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toString
-
Field Details
-
EQUALS_EXCLUDE
public static final byte EQUALS_EXCLUDECell values that are equal to the threshold value do not pass the threshold- See Also:
-
EQUALS_INCLUDE
public static final byte EQUALS_INCLUDECell values that are equal to the threshold value pass the threshold.- See Also:
-
-
Constructor Details
-
IconMultiStateThreshold
public IconMultiStateThreshold() -
IconMultiStateThreshold
Creates new Ico Multi-State Threshold
-
-
Method Details