Interface CTAutoFilter

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTAutoFilter
    extends XmlObject
    An XML CT_AutoFilter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getFilterColumnList

        java.util.List<CTFilterColumn> getFilterColumnList()
        Gets a List of "filterColumn" elements
      • getFilterColumnArray

        @Deprecated
        CTFilterColumn[] getFilterColumnArray()
        Deprecated.
        Gets array of all "filterColumn" elements
      • getFilterColumnArray

        CTFilterColumn getFilterColumnArray​(int i)
        Gets ith "filterColumn" element
      • sizeOfFilterColumnArray

        int sizeOfFilterColumnArray()
        Returns number of "filterColumn" element
      • setFilterColumnArray

        void setFilterColumnArray​(CTFilterColumn[] filterColumnArray)
        Sets array of all "filterColumn" element
      • setFilterColumnArray

        void setFilterColumnArray​(int i,
                                  CTFilterColumn filterColumn)
        Sets ith "filterColumn" element
      • insertNewFilterColumn

        CTFilterColumn insertNewFilterColumn​(int i)
        Inserts and returns a new empty value (as xml) as the ith "filterColumn" element
      • addNewFilterColumn

        CTFilterColumn addNewFilterColumn()
        Appends and returns a new empty value (as xml) as the last "filterColumn" element
      • removeFilterColumn

        void removeFilterColumn​(int i)
        Removes the ith "filterColumn" element
      • getSortState

        CTSortState getSortState()
        Gets the "sortState" element
      • isSetSortState

        boolean isSetSortState()
        True if has "sortState" element
      • setSortState

        void setSortState​(CTSortState sortState)
        Sets the "sortState" element
      • addNewSortState

        CTSortState addNewSortState()
        Appends and returns a new empty "sortState" element
      • unsetSortState

        void unsetSortState()
        Unsets the "sortState" element
      • isSetExtLst

        boolean isSetExtLst()
        True if has "extLst" element
      • setExtLst

        void setExtLst​(CTExtensionList extLst)
        Sets the "extLst" element
      • addNewExtLst

        CTExtensionList addNewExtLst()
        Appends and returns a new empty "extLst" element
      • unsetExtLst

        void unsetExtLst()
        Unsets the "extLst" element
      • getRef

        java.lang.String getRef()
        Gets the "ref" attribute
      • xgetRef

        STRef xgetRef()
        Gets (as xml) the "ref" attribute
      • isSetRef

        boolean isSetRef()
        True if has "ref" attribute
      • setRef

        void setRef​(java.lang.String ref)
        Sets the "ref" attribute
      • xsetRef

        void xsetRef​(STRef ref)
        Sets (as xml) the "ref" attribute
      • unsetRef

        void unsetRef()
        Unsets the "ref" attribute