Class Threshold

java.lang.Object
org.apache.poi.hssf.record.cf.Threshold
All Implemented Interfaces:
GenericRecord
Direct Known Subclasses:
ColorGradientThreshold, DataBarThreshold, IconMultiStateThreshold

public abstract class Threshold extends Object implements GenericRecord
Threshold / value (CFVO) for changes in Conditional Formatting
  • Method Details

    • getType

      public byte getType()
    • setType

      public void setType(byte type)
    • setType

      public void setType(int type)
    • getParsedExpression

      public Ptg[] getParsedExpression()
    • setParsedExpression

      public void setParsedExpression(Ptg[] ptgs)
    • getValue

      public Double getValue()
    • setValue

      public void setValue(Double value)
    • getDataLength

      public int getDataLength()
    • getGenericProperties

      public Map<String,Supplier<?>> getGenericProperties()
      Specified by:
      getGenericProperties in interface GenericRecord
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • serialize

      public void serialize(LittleEndianOutput out)
    • copy

      public abstract Threshold copy()