Uses of Class
org.apache.poi.hssf.record.cf.Threshold
-
Packages that use Threshold Package Description org.apache.poi.hssf.record.cf -
-
Uses of Threshold in org.apache.poi.hssf.record.cf
Subclasses of Threshold in org.apache.poi.hssf.record.cf Modifier and Type Class Description class
ColorGradientThreshold
Color Gradient / Color Scale specific Threshold / value (CFVO), for changes in Conditional Formattingclass
DataBarThreshold
Data Bar specific Threshold / value (CFVO), for changes in Conditional Formattingclass
IconMultiStateThreshold
Icon / Multi-State specific Threshold / value (CFVO), for changes in Conditional FormattingMethods in org.apache.poi.hssf.record.cf that return Threshold Modifier and Type Method Description abstract Threshold
Threshold. copy()
Threshold[]
IconMultiStateFormatting. getThresholds()
Methods in org.apache.poi.hssf.record.cf with parameters of type Threshold Modifier and Type Method Description void
IconMultiStateFormatting. setThresholds(Threshold[] thresholds)
Constructors in org.apache.poi.hssf.record.cf with parameters of type Threshold Constructor Description Threshold(Threshold other)
-