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:
Duplicatable
,GenericRecord
public final class IconMultiStateThreshold extends Threshold implements Duplicatable
Icon / Multi-State specific Threshold / value (CFVO), for changes in Conditional Formatting
-
-
Field Summary
Fields Modifier and Type Field Description static byte
EQUALS_EXCLUDE
Cell values that are equal to the threshold value do not pass the thresholdstatic byte
EQUALS_INCLUDE
Cell values that are equal to the threshold value pass the threshold.
-
Constructor Summary
Constructors Constructor Description IconMultiStateThreshold()
IconMultiStateThreshold(IconMultiStateThreshold other)
IconMultiStateThreshold(LittleEndianInput in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IconMultiStateThreshold
copy()
int
getDataLength()
byte
getEquals()
void
serialize(LittleEndianOutput out)
void
setEquals(byte equals)
-
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
getFormula, getGenericProperties, getParsedExpression, getType, getValue, setParsedExpression, setType, setType, setValue, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Field Detail
-
EQUALS_EXCLUDE
public static final byte EQUALS_EXCLUDE
Cell values that are equal to the threshold value do not pass the threshold- See Also:
- Constant Field Values
-
EQUALS_INCLUDE
public static final byte EQUALS_INCLUDE
Cell values that are equal to the threshold value pass the threshold.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IconMultiStateThreshold
public IconMultiStateThreshold()
-
IconMultiStateThreshold
public IconMultiStateThreshold(IconMultiStateThreshold other)
-
IconMultiStateThreshold
public IconMultiStateThreshold(LittleEndianInput in)
-
-
Method Detail
-
getEquals
public byte getEquals()
-
setEquals
public void setEquals(byte equals)
-
getDataLength
public int getDataLength()
- Overrides:
getDataLength
in classThreshold
-
copy
public IconMultiStateThreshold copy()
- Specified by:
copy
in interfaceDuplicatable
- Specified by:
copy
in classThreshold
- Returns:
- a deep copy of the implementing class / instance
-
serialize
public void serialize(LittleEndianOutput out)
-
-