Uses of Class
org.apache.poi.ss.usermodel.CustomFilter.Operator
-
Packages that use CustomFilter.Operator Package Description org.apache.poi.ss.usermodel org.apache.poi.xssf.usermodel -
-
Uses of CustomFilter.Operator in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return CustomFilter.Operator Modifier and Type Method Description CustomFilter.OperatorCustomFilter. getOperator()static CustomFilter.OperatorCustomFilter.Operator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CustomFilter.Operator[]CustomFilter.Operator. 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 CustomFilter.Operator Modifier and Type Method Description voidCustomFilter. setProperties(CustomFilter.Operator operator, java.lang.String value) -
Uses of CustomFilter.Operator in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return CustomFilter.Operator Modifier and Type Method Description CustomFilter.OperatorXSSFCustomFilter. getOperator()Methods in org.apache.poi.xssf.usermodel with parameters of type CustomFilter.Operator Modifier and Type Method Description voidXSSFCustomFilters. addCustomFilter(CustomFilter.Operator operator, java.lang.String value)voidXSSFCustomFilter. setProperties(CustomFilter.Operator operator, java.lang.String value)
-