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
public final class IconMultiStateThreshold
- extends Threshold
Icon / Multi-State specific Threshold / value (CFVO),
for changes in Conditional Formatting
Field Summary |
static byte |
EQUALS_EXCLUDE
Cell values that are equal to the threshold value do not pass the threshold |
static byte |
EQUALS_INCLUDE
Cell values that are equal to the threshold value pass the threshold. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
IconMultiStateThreshold
public IconMultiStateThreshold()
IconMultiStateThreshold
public IconMultiStateThreshold(LittleEndianInput in)
- Creates new Ico Multi-State Threshold
getEquals
public byte getEquals()
setEquals
public void setEquals(byte equals)
getDataLength
public int getDataLength()
- Overrides:
getDataLength
in class Threshold
clone
public java.lang.Object clone()
- Overrides:
clone
in class java.lang.Object
serialize
public void serialize(LittleEndianOutput out)
- Overrides:
serialize
in class Threshold
Copyright 2015 The Apache Software Foundation or
its licensors, as applicable.