Package org.apache.poi.hssf.record.cf
Class DataBarThreshold
- java.lang.Object
-
- org.apache.poi.hssf.record.cf.Threshold
-
- org.apache.poi.hssf.record.cf.DataBarThreshold
-
- All Implemented Interfaces:
Duplicatable
,GenericRecord
public final class DataBarThreshold extends Threshold implements Duplicatable
Data Bar specific Threshold / value (CFVO), for changes in Conditional Formatting
-
-
Constructor Summary
Constructors Constructor Description DataBarThreshold()
DataBarThreshold(DataBarThreshold other)
DataBarThreshold(LittleEndianInput in)
Creates new Data Bar Threshold
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataBarThreshold
copy()
-
Methods inherited from class org.apache.poi.hssf.record.cf.Threshold
getDataLength, getFormula, getGenericProperties, getParsedExpression, getType, getValue, serialize, setParsedExpression, setType, setType, setValue, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
-
-
-
Constructor Detail
-
DataBarThreshold
public DataBarThreshold()
-
DataBarThreshold
public DataBarThreshold(DataBarThreshold other)
-
DataBarThreshold
public DataBarThreshold(LittleEndianInput in)
Creates new Data Bar Threshold
-
-
Method Detail
-
copy
public DataBarThreshold copy()
- Specified by:
copy
in interfaceDuplicatable
- Specified by:
copy
in classThreshold
- Returns:
- a deep copy of the implementing class / instance
-
-