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:
org.apache.poi.common.Duplicatable,GenericRecord
public final class IconMultiStateThreshold
extends Threshold
implements org.apache.poi.common.Duplicatable
Icon / Multi-State specific Threshold / value (CFVO),
for changes in Conditional Formatting
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byteCell values that are equal to the threshold value do not pass the thresholdstatic final byteCell values that are equal to the threshold value pass the threshold. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
getGenericProperties, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
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
-
IconMultiStateThreshold
-
-
Method Details
-
getEquals
public byte getEquals() -
setEquals
public void setEquals(byte equals) -
getDataLength
public int getDataLength()- Overrides:
getDataLengthin classThreshold
-
copy
-
serialize
-