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 classHigh level representation for Icon / Multi-State / Databar / Colour Scale change thresholdsMethods in org.apache.poi.hssf.usermodel with parameters of type ConditionalFormattingThresholdModifier and TypeMethodDescriptionvoidHSSFColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds) voidHSSFIconMultiStateFormatting.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 TypeMethodDescriptionvoidColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds) Sets the of thresholds.voidIconMultiStateFormatting.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 TypeClassDescriptionclassHigh level representation for Icon / Multi-State / Databar / Colour Scale change thresholdsMethods in org.apache.poi.xssf.usermodel with parameters of type ConditionalFormattingThresholdModifier and TypeMethodDescriptionvoidXSSFColorScaleFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds) voidXSSFIconMultiStateFormatting.setThresholds(ConditionalFormattingThreshold[] thresholds)