Interface CTSortCondition

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getDescending

      boolean getDescending()
      Gets the "descending" attribute
    • xgetDescending

      XmlBoolean xgetDescending()
      Gets (as xml) the "descending" attribute
    • isSetDescending

      boolean isSetDescending()
      True if has "descending" attribute
    • setDescending

      void setDescending(boolean descending)
      Sets the "descending" attribute
    • xsetDescending

      void xsetDescending(XmlBoolean descending)
      Sets (as xml) the "descending" attribute
    • unsetDescending

      void unsetDescending()
      Unsets the "descending" attribute
    • getSortBy

      STSortBy.Enum getSortBy()
      Gets the "sortBy" attribute
    • xgetSortBy

      STSortBy xgetSortBy()
      Gets (as xml) the "sortBy" attribute
    • isSetSortBy

      boolean isSetSortBy()
      True if has "sortBy" attribute
    • setSortBy

      void setSortBy(STSortBy.Enum sortBy)
      Sets the "sortBy" attribute
    • xsetSortBy

      void xsetSortBy(STSortBy sortBy)
      Sets (as xml) the "sortBy" attribute
    • unsetSortBy

      void unsetSortBy()
      Unsets the "sortBy" 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
    • getCustomList

      String getCustomList()
      Gets the "customList" attribute
    • xgetCustomList

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCustomList()
      Gets (as xml) the "customList" attribute
    • isSetCustomList

      boolean isSetCustomList()
      True if has "customList" attribute
    • setCustomList

      void setCustomList(String customList)
      Sets the "customList" attribute
    • xsetCustomList

      void xsetCustomList(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring customList)
      Sets (as xml) the "customList" attribute
    • unsetCustomList

      void unsetCustomList()
      Unsets the "customList" attribute
    • getDxfId

      long getDxfId()
      Gets the "dxfId" attribute
    • xgetDxfId

      STDxfId xgetDxfId()
      Gets (as xml) the "dxfId" attribute
    • isSetDxfId

      boolean isSetDxfId()
      True if has "dxfId" attribute
    • setDxfId

      void setDxfId(long dxfId)
      Sets the "dxfId" attribute
    • xsetDxfId

      void xsetDxfId(STDxfId dxfId)
      Sets (as xml) the "dxfId" attribute
    • unsetDxfId

      void unsetDxfId()
      Unsets the "dxfId" attribute
    • getIconSet

      STIconSetType.Enum getIconSet()
      Gets the "iconSet" attribute
    • xgetIconSet

      STIconSetType xgetIconSet()
      Gets (as xml) the "iconSet" attribute
    • isSetIconSet

      boolean isSetIconSet()
      True if has "iconSet" attribute
    • setIconSet

      void setIconSet(STIconSetType.Enum iconSet)
      Sets the "iconSet" attribute
    • xsetIconSet

      void xsetIconSet(STIconSetType iconSet)
      Sets (as xml) the "iconSet" attribute
    • unsetIconSet

      void unsetIconSet()
      Unsets the "iconSet" attribute
    • getIconId

      long getIconId()
      Gets the "iconId" attribute
    • xgetIconId

      XmlUnsignedInt xgetIconId()
      Gets (as xml) the "iconId" attribute
    • isSetIconId

      boolean isSetIconId()
      True if has "iconId" attribute
    • setIconId

      void setIconId(long iconId)
      Sets the "iconId" attribute
    • xsetIconId

      void xsetIconId(XmlUnsignedInt iconId)
      Sets (as xml) the "iconId" attribute
    • unsetIconId

      void unsetIconId()
      Unsets the "iconId" attribute