Class DataBarThreshold

java.lang.Object
org.apache.poi.hssf.record.cf.Threshold
org.apache.poi.hssf.record.cf.DataBarThreshold
All Implemented Interfaces:
org.apache.poi.common.Duplicatable, GenericRecord

public final class DataBarThreshold extends Threshold implements org.apache.poi.common.Duplicatable
Data Bar specific Threshold / value (CFVO), for changes in Conditional Formatting
  • Constructor Details

    • DataBarThreshold

      public DataBarThreshold()
    • DataBarThreshold

      public DataBarThreshold(DataBarThreshold other)
    • DataBarThreshold

      public DataBarThreshold(LittleEndianInput in)
      Creates new Data Bar Threshold
  • Method Details

    • copy

      public DataBarThreshold copy()
      Specified by:
      copy in interface org.apache.poi.common.Duplicatable
      Specified by:
      copy in class Threshold