Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Class and Description |
---|---|
class |
HSSFConditionalFormattingThreshold
High level representation for Icon / Multi-State / Databar /
Colour Scale change thresholds
|
Modifier and Type | Method and Description |
---|---|
void |
HSSFIconMultiStateFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds) |
void |
HSSFColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds) |
Modifier and Type | Method and Description |
---|---|
ConditionalFormattingThreshold |
ColorScaleFormatting.createThreshold()
Creates a new, empty Threshold
|
ConditionalFormattingThreshold |
IconMultiStateFormatting.createThreshold()
Creates a new, empty Threshold
|
ConditionalFormattingThreshold |
DataBarFormatting.getMaxThreshold()
The threshold that defines "everything from here up is maximum"
|
ConditionalFormattingThreshold |
DataBarFormatting.getMinThreshold()
The threshold that defines "everything from here down is minimum"
|
ConditionalFormattingThreshold[] |
ColorScaleFormatting.getThresholds()
Gets the list of thresholds
|
ConditionalFormattingThreshold[] |
IconMultiStateFormatting.getThresholds()
Gets the list of thresholds
|
Modifier and Type | Method and Description |
---|---|
void |
ColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
Sets the of thresholds.
|
void |
IconMultiStateFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
Sets the of thresholds.
|
Modifier and Type | Class and Description |
---|---|
class |
XSSFConditionalFormattingThreshold
High level representation for Icon / Multi-State / Databar /
Colour Scale change thresholds
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFIconMultiStateFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds) |
void |
XSSFColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.