Uses of Class
org.apache.poi.hssf.record.cf.Threshold
Packages that use Threshold
Package
Description
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.cfModifier and TypeClassDescriptionfinal classColor Gradient / Color Scale specific Threshold / value (CFVO), for changes in Conditional Formattingfinal classData Bar specific Threshold / value (CFVO), for changes in Conditional Formattingfinal classIcon / Multi-State specific Threshold / value (CFVO), for changes in Conditional FormattingMethods in org.apache.poi.hssf.record.cf that return ThresholdMethods in org.apache.poi.hssf.record.cf with parameters of type ThresholdModifier and TypeMethodDescriptionvoidvoidIconMultiStateFormatting.setThresholds(Threshold[] thresholds) -
Uses of Threshold in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ThresholdModifier and TypeMethodDescriptionprotected ThresholdHSSFConditionalFormattingThreshold.getThreshold()Constructors in org.apache.poi.hssf.usermodel with parameters of type ThresholdModifierConstructorDescriptionprotectedHSSFConditionalFormattingThreshold(Threshold threshold, HSSFSheet sheet)