Class Threshold

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

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

    • Threshold

      protected Threshold()
    • Threshold

      protected Threshold(LittleEndianInput in)
      Creates new Threshold
  • Method Details

    • getType

      public byte getType()
    • setType

      public void setType(byte type)
    • setType

      public void setType(int type)
    • getFormula

      protected Formula getFormula()
    • getParsedExpression

      public Ptg[] getParsedExpression()
    • setParsedExpression

      public void setParsedExpression(Ptg[] ptgs)
    • getValue

      public Double getValue()
    • setValue

      public void setValue(Double value)
    • getDataLength

      public int getDataLength()
    • toString

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

      public void copyTo(Threshold rec)
    • serialize

      public void serialize(LittleEndianOutput out)