Uses of Enum Class
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType
Packages that use ConditionalFormattingThreshold.RangeType
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of ConditionalFormattingThreshold.RangeType in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ConditionalFormattingThreshold.RangeTypeMethods in org.apache.poi.hssf.usermodel with parameters of type ConditionalFormattingThreshold.RangeTypeModifier and TypeMethodDescriptionvoid
HSSFConditionalFormattingThreshold.setRangeType
(ConditionalFormattingThreshold.RangeType type) -
Uses of ConditionalFormattingThreshold.RangeType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ConditionalFormattingThreshold.RangeTypeModifier and TypeMethodDescriptionConditionalFormattingThreshold.RangeType.byId
(int id) ConditionalFormattingThreshold.getRangeType()
Get the Range Type usedReturns the enum constant of this class with the specified name.ConditionalFormattingThreshold.RangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type ConditionalFormattingThreshold.RangeTypeModifier and TypeMethodDescriptionvoid
ConditionalFormattingThreshold.setRangeType
(ConditionalFormattingThreshold.RangeType type) Changes the Range Type used -
Uses of ConditionalFormattingThreshold.RangeType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return ConditionalFormattingThreshold.RangeTypeMethods in org.apache.poi.xssf.usermodel with parameters of type ConditionalFormattingThreshold.RangeTypeModifier and TypeMethodDescriptionvoid
XSSFConditionalFormattingThreshold.setRangeType
(ConditionalFormattingThreshold.RangeType type)