Class IconMultiStateThreshold

java.lang.Object
org.apache.poi.hssf.record.cf.Threshold
org.apache.poi.hssf.record.cf.IconMultiStateThreshold
All Implemented Interfaces:
Cloneable

public final class IconMultiStateThreshold extends Threshold implements Cloneable
Icon / Multi-State specific Threshold / value (CFVO), for changes in Conditional Formatting
  • Field Details

    • EQUALS_EXCLUDE

      public static final byte EQUALS_EXCLUDE
      Cell values that are equal to the threshold value do not pass the threshold
      See Also:
    • EQUALS_INCLUDE

      public static final byte EQUALS_INCLUDE
      Cell values that are equal to the threshold value pass the threshold.
      See Also:
  • Constructor Details

    • IconMultiStateThreshold

      public IconMultiStateThreshold()
    • IconMultiStateThreshold

      public IconMultiStateThreshold(LittleEndianInput in)
      Creates new Ico Multi-State Threshold
  • Method Details