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 class
Color Gradient / Color Scale specific Threshold / value (CFVO), for changes in Conditional Formattingfinal class
Data Bar specific Threshold / value (CFVO), for changes in Conditional Formattingfinal class
Icon / 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 TypeMethodDescriptionvoid
void
IconMultiStateFormatting.setThresholds
(Threshold[] thresholds) -
Uses of Threshold in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ThresholdModifier and TypeMethodDescriptionprotected Threshold
HSSFConditionalFormattingThreshold.getThreshold()
Constructors in org.apache.poi.hssf.usermodel with parameters of type ThresholdModifierConstructorDescriptionprotected
HSSFConditionalFormattingThreshold
(Threshold threshold, HSSFSheet sheet)