Uses of Class
org.apache.poi.hssf.record.cf.Threshold
-
Packages that use Threshold Package Description org.apache.poi.hssf.record.cf org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model -
-
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 Threshold[]IconMultiStateFormatting. getThresholds()Methods in org.apache.poi.hssf.record.cf with parameters of type Threshold Modifier and Type Method Description voidThreshold. copyTo(Threshold rec)voidIconMultiStateFormatting. setThresholds(Threshold[] thresholds) -
Uses of Threshold in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return Threshold Modifier and Type Method Description protected ThresholdHSSFConditionalFormattingThreshold. getThreshold()Constructors in org.apache.poi.hssf.usermodel with parameters of type Threshold Constructor Description HSSFConditionalFormattingThreshold(Threshold threshold, HSSFSheet sheet)
-