Uses of Interface
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold
Packages that use ConditionalFormattingThreshold
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ConditionalFormattingThreshold in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement ConditionalFormattingThresholdModifier and TypeClassDescriptionfinal class
High level representation for Icon / Multi-State / Databar / Colour Scale change thresholdsMethods in org.apache.poi.hssf.usermodel with parameters of type ConditionalFormattingThresholdModifier and TypeMethodDescriptionvoid
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 ConditionalFormattingThresholdModifier and TypeMethodDescriptionColorScaleFormatting.createThreshold()
Creates a new, empty ThresholdIconMultiStateFormatting.createThreshold()
Creates a new, empty ThresholdDataBarFormatting.getMaxThreshold()
The threshold that defines "everything from here up is maximum"DataBarFormatting.getMinThreshold()
The threshold that defines "everything from here down is minimum"ColorScaleFormatting.getThresholds()
Gets the list of thresholdsIconMultiStateFormatting.getThresholds()
Gets the list of thresholdsMethods in org.apache.poi.ss.usermodel with parameters of type ConditionalFormattingThresholdModifier and TypeMethodDescriptionvoid
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 ConditionalFormattingThresholdModifier and TypeClassDescriptionclass
High level representation for Icon / Multi-State / Databar / Colour Scale change thresholdsMethods in org.apache.poi.xssf.usermodel with parameters of type ConditionalFormattingThresholdModifier and TypeMethodDescriptionvoid
XSSFColorScaleFormatting.setThresholds
(ConditionalFormattingThreshold[] thresholds) void
XSSFIconMultiStateFormatting.setThresholds
(ConditionalFormattingThreshold[] thresholds)