|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Threshold | |
---|---|
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 | |
---|---|
class |
ColorGradientThreshold
Color Gradient / Color Scale specific Threshold / value (CFVO), for changes in Conditional Formatting |
class |
DataBarThreshold
Data Bar specific Threshold / value (CFVO), for changes in Conditional Formatting |
class |
IconMultiStateThreshold
Icon / Multi-State specific Threshold / value (CFVO), for changes in Conditional Formatting |
Methods in org.apache.poi.hssf.record.cf that return Threshold | |
---|---|
Threshold[] |
IconMultiStateFormatting.getThresholds()
|
Methods in org.apache.poi.hssf.record.cf with parameters of type Threshold | |
---|---|
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 | |
---|---|
protected Threshold |
HSSFConditionalFormattingThreshold.getThreshold()
|
Constructors in org.apache.poi.hssf.usermodel with parameters of type Threshold | |
---|---|
HSSFConditionalFormattingThreshold(Threshold threshold,
HSSFSheet sheet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |