|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionalFormattingThreshold | |
---|---|
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Uses of ConditionalFormattingThreshold in org.apache.poi.hssf.usermodel |
---|
Classes in org.apache.poi.hssf.usermodel that implement ConditionalFormattingThreshold | |
---|---|
class |
HSSFConditionalFormattingThreshold
High level representation for Icon / Multi-State / Databar / Colour Scale change thresholds |
Methods in org.apache.poi.hssf.usermodel with parameters of type ConditionalFormattingThreshold | |
---|---|
void |
HSSFIconMultiStateFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
|
void |
HSSFColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
|
Uses of ConditionalFormattingThreshold in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return ConditionalFormattingThreshold | |
---|---|
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 |
Methods in org.apache.poi.ss.usermodel with parameters of type ConditionalFormattingThreshold | |
---|---|
void |
ColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
Sets the of thresholds. |
void |
IconMultiStateFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
Sets the of thresholds. |
Uses of ConditionalFormattingThreshold in org.apache.poi.xssf.usermodel |
---|
Classes in org.apache.poi.xssf.usermodel that implement ConditionalFormattingThreshold | |
---|---|
class |
XSSFConditionalFormattingThreshold
High level representation for Icon / Multi-State / Databar / Colour Scale change thresholds |
Methods in org.apache.poi.xssf.usermodel with parameters of type ConditionalFormattingThreshold | |
---|---|
void |
XSSFIconMultiStateFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
|
void |
XSSFColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |