Uses of Class
org.apache.poi.ss.usermodel.ConditionFilterType
-
Packages that use ConditionFilterType Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.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 Modifier and Type Method Description ConditionFilterTypeHSSFConditionalFormattingRule. getConditionFilterType()always null (not a filter condition) orFILTERif it is. -
Uses of ConditionFilterType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ConditionFilterType Modifier and Type Method Description ConditionFilterTypeConditionalFormattingRule. getConditionFilterType()This is null ifstatic ConditionFilterTypeConditionFilterType. 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 Modifier and Type Method Description ConditionFilterTypeXSSFConditionalFormattingRule. getConditionFilterType()Will return null ifXSSFConditionalFormattingRule.getConditionType()!=ConditionType.FILTER
-