Package | Description |
---|---|
org.apache.poi.hssf.record.cf | |
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
abstract Threshold |
Threshold.copy() |
Threshold[] |
IconMultiStateFormatting.getThresholds() |
Modifier and Type | Method and Description |
---|---|
void |
IconMultiStateFormatting.setThresholds(Threshold[] thresholds) |
Constructor and Description |
---|
Threshold(Threshold other) |
Modifier and Type | Method and Description |
---|---|
protected Threshold |
HSSFConditionalFormattingThreshold.getThreshold() |
Constructor and Description |
---|
HSSFConditionalFormattingThreshold(Threshold threshold,
HSSFSheet sheet) |
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.