com.aspose.cells

Class CustomFilterCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class CustomFilterCollection 
    extends CollectionBase

Represents the custom filters.

Constructor Summary
 
Property Getters/Setters Summary
booleangetAnd()
void
setAnd(booleanvalue)
           Indicates whether the two criteria have an "and" relationship.
intgetCount()
CustomFilterget(int index)
Gets the custom filter in the specific index.
 
Method Summary
intadd(java.lang.Object value)
Reserved for internal use.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Constructor Detail

      • CustomFilterCollection

        public CustomFilterCollection()
    • Property Getters/Setters Detail

      • getAnd/setAnd

        public boolean getAnd() / public void setAnd(boolean value)
        
        Indicates whether the two criteria have an "and" relationship.
      • getCount

        public int getCount()
        
      • get

        public CustomFilter get(int index)
        
        Gets the custom filter in the specific index.
        Parameters:
        index - The index.
        Returns:

    setAnd

    public voidsetAnd(booleanvalue)
    
    Indicates whether the two criteria have an "and" relationship.
    • Method Detail

      • clear

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.