Uses of Class
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType
-
Packages that use ConditionalFormattingThreshold.RangeType 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.RangeType in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ConditionalFormattingThreshold.RangeType Modifier and Type Method Description ConditionalFormattingThreshold.RangeTypeHSSFConditionalFormattingThreshold. getRangeType()Methods in org.apache.poi.hssf.usermodel with parameters of type ConditionalFormattingThreshold.RangeType Modifier and Type Method Description voidHSSFConditionalFormattingThreshold. setRangeType(ConditionalFormattingThreshold.RangeType type) -
Uses of ConditionalFormattingThreshold.RangeType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ConditionalFormattingThreshold.RangeType Modifier and Type Method Description static ConditionalFormattingThreshold.RangeTypeConditionalFormattingThreshold.RangeType. byId(int id)static ConditionalFormattingThreshold.RangeTypeConditionalFormattingThreshold.RangeType. byName(java.lang.String name)ConditionalFormattingThreshold.RangeTypeConditionalFormattingThreshold. getRangeType()Get the Range Type usedstatic ConditionalFormattingThreshold.RangeTypeConditionalFormattingThreshold.RangeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConditionalFormattingThreshold.RangeType[]ConditionalFormattingThreshold.RangeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.usermodel with parameters of type ConditionalFormattingThreshold.RangeType Modifier and Type Method Description voidConditionalFormattingThreshold. setRangeType(ConditionalFormattingThreshold.RangeType type)Changes the Range Type used
-