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 classColorGradientThresholdColor Gradient / Color Scale specific Threshold / value (CFVO), for changes in Conditional FormattingclassDataBarThresholdData Bar specific Threshold / value (CFVO), for changes in Conditional FormattingclassIconMultiStateThresholdIcon / 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 ThresholdThreshold. copy()Threshold[]IconMultiStateFormatting. getThresholds()Methods in org.apache.poi.hssf.record.cf with parameters of type Threshold Modifier and Type Method Description voidIconMultiStateFormatting. setThresholds(Threshold[] thresholds)Constructors in org.apache.poi.hssf.record.cf with parameters of type Threshold Constructor Description Threshold(Threshold other)
-