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 classHSSFConditionalFormattingThresholdHigh 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 voidHSSFColorScaleFormatting. 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 ConditionalFormattingThreshold Modifier and Type Method Description ConditionalFormattingThresholdColorScaleFormatting. createThreshold()Creates a new, empty ThresholdConditionalFormattingThresholdIconMultiStateFormatting. createThreshold()Creates a new, empty ThresholdConditionalFormattingThresholdDataBarFormatting. getMaxThreshold()The threshold that defines "everything from here up is maximum"ConditionalFormattingThresholdDataBarFormatting. 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 voidColorScaleFormatting. setThresholds(ConditionalFormattingThreshold[] thresholds)Sets the of thresholds.voidIconMultiStateFormatting. setThresholds(ConditionalFormattingThreshold[] thresholds)Sets the of thresholds.
-