Uses of Interface
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold
-
Packages that use ConditionalFormattingThreshold Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.usermodel -
-
Uses of ConditionalFormattingThreshold in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ConditionalFormattingThreshold Modifier and Type Class Description class
HSSFConditionalFormattingThreshold
High level representation for Icon / Multi-State / Databar / Colour Scale change thresholdsMethods in org.apache.poi.hssf.usermodel with parameters of type ConditionalFormattingThreshold Modifier and Type Method Description void
HSSFColorScaleFormatting. setThresholds(ConditionalFormattingThreshold[] thresholds)
void
HSSFIconMultiStateFormatting. setThresholds(ConditionalFormattingThreshold[] thresholds)
-
Uses of ConditionalFormattingThreshold in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ConditionalFormattingThreshold Modifier and Type Method Description ConditionalFormattingThreshold
ColorScaleFormatting. createThreshold()
Creates a new, empty ThresholdConditionalFormattingThreshold
IconMultiStateFormatting. createThreshold()
Creates a new, empty ThresholdConditionalFormattingThreshold
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 thresholdsConditionalFormattingThreshold[]
IconMultiStateFormatting. getThresholds()
Gets the list of thresholdsMethods in org.apache.poi.ss.usermodel with parameters of type ConditionalFormattingThreshold Modifier and Type Method Description void
ColorScaleFormatting. setThresholds(ConditionalFormattingThreshold[] thresholds)
Sets the of thresholds.void
IconMultiStateFormatting. setThresholds(ConditionalFormattingThreshold[] thresholds)
Sets the of thresholds.
-