Uses of Class
org.apache.poi.ss.usermodel.ConditionalFormattingThreshold.RangeType

Packages that use ConditionalFormattingThreshold.RangeType
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
org.apache.poi.xssf.usermodel   
 

Uses of ConditionalFormattingThreshold.RangeType in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return ConditionalFormattingThreshold.RangeType
 ConditionalFormattingThreshold.RangeType HSSFConditionalFormattingThreshold.getRangeType()
           
 

Methods in org.apache.poi.hssf.usermodel with parameters of type ConditionalFormattingThreshold.RangeType
 void 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.RangeType
static ConditionalFormattingThreshold.RangeType ConditionalFormattingThreshold.RangeType.byId(int id)
           
static ConditionalFormattingThreshold.RangeType ConditionalFormattingThreshold.RangeType.byName(java.lang.String name)
           
 ConditionalFormattingThreshold.RangeType ConditionalFormattingThreshold.getRangeType()
          Get the Range Type used
static ConditionalFormattingThreshold.RangeType ConditionalFormattingThreshold.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
 void 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.RangeType
 ConditionalFormattingThreshold.RangeType XSSFConditionalFormattingThreshold.getRangeType()
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type ConditionalFormattingThreshold.RangeType
 void XSSFConditionalFormattingThreshold.setRangeType(ConditionalFormattingThreshold.RangeType type)
           
 



Copyright 2016 The Apache Software Foundation or its licensors, as applicable.