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 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 Threshold[]
IconMultiStateFormatting. getThresholds()
Methods in org.apache.poi.hssf.record.cf with parameters of type Threshold Modifier and Type Method Description void
Threshold. copyTo(Threshold rec)
void
IconMultiStateFormatting. 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 Threshold
HSSFConditionalFormattingThreshold. getThreshold()
Constructors in org.apache.poi.hssf.usermodel with parameters of type Threshold Constructor Description HSSFConditionalFormattingThreshold(Threshold threshold, HSSFSheet sheet)
-