Uses of Class
org.apache.poi.ss.usermodel.ConditionFilterType

Packages that use ConditionFilterType
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 ConditionFilterType in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return ConditionFilterType
 ConditionFilterType HSSFConditionalFormattingRule.getConditionFilterType()
          always null (not a filter condition) or FILTER if it is.
 

Uses of ConditionFilterType in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return ConditionFilterType
 ConditionFilterType ConditionalFormattingRule.getConditionFilterType()
          This is null if

ConditionalFormattingRule.getConditionType() != ConditionType.FILTER

This is always FILTER for HSSF rules of type ConditionType.FILTER.

static ConditionFilterType ConditionFilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConditionFilterType[] ConditionFilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConditionFilterType in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return ConditionFilterType
 ConditionFilterType XSSFConditionalFormattingRule.getConditionFilterType()
          Will return null if XSSFConditionalFormattingRule.getConditionType() != ConditionType.FILTER
 



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