com.aspose.cells

Class CustomFilter

  • java.lang.Object
    • com.aspose.cells.CustomFilter
public class CustomFilter 
extends java.lang.Object

Represents the custom filter.

Constructor Summary
 
Property Getters/Setters Summary
java.lang.ObjectgetCriteria()
void
setCriteria(java.lang.Objectvalue)
           Gets and sets the criteria.
intgetFilterOperatorType()
void
           Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
 
Method Summary
voidsetCriteria(int filterOperator, java.lang.Object criteria)
Sets the filter criteria.
 

    • Constructor Detail

      • CustomFilter

        public CustomFilter()
    • Property Getters/Setters Detail

      • getFilterOperatorType/setFilterOperatorType

        public int getFilterOperatorType() / public void setFilterOperatorType(int value)
        
        Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.
      • getCriteria/setCriteria

        public java.lang.Object getCriteria() / public void setCriteria(java.lang.Object value)
        
        Gets and sets the criteria.

    setFilterOperatorType

    public voidsetFilterOperatorType(intvalue)
    
    Gets and sets the filter operator type. The value of the property is FilterOperatorType integer constant.

    setCriteria

    public voidsetCriteria(java.lang.Objectvalue)
    
    Gets and sets the criteria.
    • Method Detail

      • setCriteria

        public void setCriteria(int filterOperator, java.lang.Object criteria)
        Sets the filter criteria.
        Parameters:
        filterOperator - A FilterOperatorType value. filter operator type
        criteria - filter criteria value