All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTSortState extends XmlObject
An XML CT_SortState(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getSortConditionList

      List<CTSortCondition> getSortConditionList()
      Gets a List of "sortCondition" elements
    • getSortConditionArray

      CTSortCondition[] getSortConditionArray()
      Gets array of all "sortCondition" elements
    • getSortConditionArray

      CTSortCondition getSortConditionArray(int i)
      Gets ith "sortCondition" element
    • sizeOfSortConditionArray

      int sizeOfSortConditionArray()
      Returns number of "sortCondition" element
    • setSortConditionArray

      void setSortConditionArray(CTSortCondition[] sortConditionArray)
      Sets array of all "sortCondition" element
    • setSortConditionArray

      void setSortConditionArray(int i, CTSortCondition sortCondition)
      Sets ith "sortCondition" element
    • insertNewSortCondition

      CTSortCondition insertNewSortCondition(int i)
      Inserts and returns a new empty value (as xml) as the ith "sortCondition" element
    • addNewSortCondition

      CTSortCondition addNewSortCondition()
      Appends and returns a new empty value (as xml) as the last "sortCondition" element
    • removeSortCondition

      void removeSortCondition(int i)
      Removes the ith "sortCondition" element
    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" 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
    • getColumnSort

      boolean getColumnSort()
      Gets the "columnSort" attribute
    • xgetColumnSort

      XmlBoolean xgetColumnSort()
      Gets (as xml) the "columnSort" attribute
    • isSetColumnSort

      boolean isSetColumnSort()
      True if has "columnSort" attribute
    • setColumnSort

      void setColumnSort(boolean columnSort)
      Sets the "columnSort" attribute
    • xsetColumnSort

      void xsetColumnSort(XmlBoolean columnSort)
      Sets (as xml) the "columnSort" attribute
    • unsetColumnSort

      void unsetColumnSort()
      Unsets the "columnSort" attribute
    • getCaseSensitive

      boolean getCaseSensitive()
      Gets the "caseSensitive" attribute
    • xgetCaseSensitive

      XmlBoolean xgetCaseSensitive()
      Gets (as xml) the "caseSensitive" attribute
    • isSetCaseSensitive

      boolean isSetCaseSensitive()
      True if has "caseSensitive" attribute
    • setCaseSensitive

      void setCaseSensitive(boolean caseSensitive)
      Sets the "caseSensitive" attribute
    • xsetCaseSensitive

      void xsetCaseSensitive(XmlBoolean caseSensitive)
      Sets (as xml) the "caseSensitive" attribute
    • unsetCaseSensitive

      void unsetCaseSensitive()
      Unsets the "caseSensitive" attribute
    • getSortMethod

      STSortMethod.Enum getSortMethod()
      Gets the "sortMethod" attribute
    • xgetSortMethod

      STSortMethod xgetSortMethod()
      Gets (as xml) the "sortMethod" attribute
    • isSetSortMethod

      boolean isSetSortMethod()
      True if has "sortMethod" attribute
    • setSortMethod

      void setSortMethod(STSortMethod.Enum sortMethod)
      Sets the "sortMethod" attribute
    • xsetSortMethod

      void xsetSortMethod(STSortMethod sortMethod)
      Sets (as xml) the "sortMethod" attribute
    • unsetSortMethod

      void unsetSortMethod()
      Unsets the "sortMethod" attribute
    • getRef

      String getRef()
      Gets the "ref" attribute
    • xgetRef

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

      void setRef(String ref)
      Sets the "ref" attribute
    • xsetRef

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