All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getAutoFilter

      CTAutoFilter getAutoFilter()
      Gets the "autoFilter" element
    • isSetAutoFilter

      boolean isSetAutoFilter()
      True if has "autoFilter" element
    • setAutoFilter

      void setAutoFilter(CTAutoFilter autoFilter)
      Sets the "autoFilter" element
    • addNewAutoFilter

      CTAutoFilter addNewAutoFilter()
      Appends and returns a new empty "autoFilter" element
    • unsetAutoFilter

      void unsetAutoFilter()
      Unsets the "autoFilter" 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
    • getTableColumns

      CTTableColumns getTableColumns()
      Gets the "tableColumns" element
    • setTableColumns

      void setTableColumns(CTTableColumns tableColumns)
      Sets the "tableColumns" element
    • addNewTableColumns

      CTTableColumns addNewTableColumns()
      Appends and returns a new empty "tableColumns" element
    • getTableStyleInfo

      CTTableStyleInfo getTableStyleInfo()
      Gets the "tableStyleInfo" element
    • isSetTableStyleInfo

      boolean isSetTableStyleInfo()
      True if has "tableStyleInfo" element
    • setTableStyleInfo

      void setTableStyleInfo(CTTableStyleInfo tableStyleInfo)
      Sets the "tableStyleInfo" element
    • addNewTableStyleInfo

      CTTableStyleInfo addNewTableStyleInfo()
      Appends and returns a new empty "tableStyleInfo" element
    • unsetTableStyleInfo

      void unsetTableStyleInfo()
      Unsets the "tableStyleInfo" 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
    • getId

      long getId()
      Gets the "id" attribute
    • xgetId

      XmlUnsignedInt xgetId()
      Gets (as xml) the "id" attribute
    • setId

      void setId(long id)
      Sets the "id" attribute
    • xsetId

      void xsetId(XmlUnsignedInt id)
      Sets (as xml) the "id" attribute
    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" attribute
    • isSetName

      boolean isSetName()
      True if has "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
      Sets (as xml) the "name" attribute
    • unsetName

      void unsetName()
      Unsets the "name" attribute
    • getDisplayName

      String getDisplayName()
      Gets the "displayName" attribute
    • xgetDisplayName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDisplayName()
      Gets (as xml) the "displayName" attribute
    • setDisplayName

      void setDisplayName(String displayName)
      Sets the "displayName" attribute
    • xsetDisplayName

      void xsetDisplayName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring displayName)
      Sets (as xml) the "displayName" attribute
    • getComment

      String getComment()
      Gets the "comment" attribute
    • xgetComment

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetComment()
      Gets (as xml) the "comment" attribute
    • isSetComment

      boolean isSetComment()
      True if has "comment" attribute
    • setComment

      void setComment(String comment)
      Sets the "comment" attribute
    • xsetComment

      void xsetComment(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring comment)
      Sets (as xml) the "comment" attribute
    • unsetComment

      void unsetComment()
      Unsets the "comment" 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
    • getTableType

      STTableType.Enum getTableType()
      Gets the "tableType" attribute
    • xgetTableType

      STTableType xgetTableType()
      Gets (as xml) the "tableType" attribute
    • isSetTableType

      boolean isSetTableType()
      True if has "tableType" attribute
    • setTableType

      void setTableType(STTableType.Enum tableType)
      Sets the "tableType" attribute
    • xsetTableType

      void xsetTableType(STTableType tableType)
      Sets (as xml) the "tableType" attribute
    • unsetTableType

      void unsetTableType()
      Unsets the "tableType" attribute
    • getHeaderRowCount

      long getHeaderRowCount()
      Gets the "headerRowCount" attribute
    • xgetHeaderRowCount

      XmlUnsignedInt xgetHeaderRowCount()
      Gets (as xml) the "headerRowCount" attribute
    • isSetHeaderRowCount

      boolean isSetHeaderRowCount()
      True if has "headerRowCount" attribute
    • setHeaderRowCount

      void setHeaderRowCount(long headerRowCount)
      Sets the "headerRowCount" attribute
    • xsetHeaderRowCount

      void xsetHeaderRowCount(XmlUnsignedInt headerRowCount)
      Sets (as xml) the "headerRowCount" attribute
    • unsetHeaderRowCount

      void unsetHeaderRowCount()
      Unsets the "headerRowCount" attribute
    • getInsertRow

      boolean getInsertRow()
      Gets the "insertRow" attribute
    • xgetInsertRow

      XmlBoolean xgetInsertRow()
      Gets (as xml) the "insertRow" attribute
    • isSetInsertRow

      boolean isSetInsertRow()
      True if has "insertRow" attribute
    • setInsertRow

      void setInsertRow(boolean insertRow)
      Sets the "insertRow" attribute
    • xsetInsertRow

      void xsetInsertRow(XmlBoolean insertRow)
      Sets (as xml) the "insertRow" attribute
    • unsetInsertRow

      void unsetInsertRow()
      Unsets the "insertRow" attribute
    • getInsertRowShift

      boolean getInsertRowShift()
      Gets the "insertRowShift" attribute
    • xgetInsertRowShift

      XmlBoolean xgetInsertRowShift()
      Gets (as xml) the "insertRowShift" attribute
    • isSetInsertRowShift

      boolean isSetInsertRowShift()
      True if has "insertRowShift" attribute
    • setInsertRowShift

      void setInsertRowShift(boolean insertRowShift)
      Sets the "insertRowShift" attribute
    • xsetInsertRowShift

      void xsetInsertRowShift(XmlBoolean insertRowShift)
      Sets (as xml) the "insertRowShift" attribute
    • unsetInsertRowShift

      void unsetInsertRowShift()
      Unsets the "insertRowShift" attribute
    • getTotalsRowCount

      long getTotalsRowCount()
      Gets the "totalsRowCount" attribute
    • xgetTotalsRowCount

      XmlUnsignedInt xgetTotalsRowCount()
      Gets (as xml) the "totalsRowCount" attribute
    • isSetTotalsRowCount

      boolean isSetTotalsRowCount()
      True if has "totalsRowCount" attribute
    • setTotalsRowCount

      void setTotalsRowCount(long totalsRowCount)
      Sets the "totalsRowCount" attribute
    • xsetTotalsRowCount

      void xsetTotalsRowCount(XmlUnsignedInt totalsRowCount)
      Sets (as xml) the "totalsRowCount" attribute
    • unsetTotalsRowCount

      void unsetTotalsRowCount()
      Unsets the "totalsRowCount" attribute
    • getTotalsRowShown

      boolean getTotalsRowShown()
      Gets the "totalsRowShown" attribute
    • xgetTotalsRowShown

      XmlBoolean xgetTotalsRowShown()
      Gets (as xml) the "totalsRowShown" attribute
    • isSetTotalsRowShown

      boolean isSetTotalsRowShown()
      True if has "totalsRowShown" attribute
    • setTotalsRowShown

      void setTotalsRowShown(boolean totalsRowShown)
      Sets the "totalsRowShown" attribute
    • xsetTotalsRowShown

      void xsetTotalsRowShown(XmlBoolean totalsRowShown)
      Sets (as xml) the "totalsRowShown" attribute
    • unsetTotalsRowShown

      void unsetTotalsRowShown()
      Unsets the "totalsRowShown" attribute
    • getPublished

      boolean getPublished()
      Gets the "published" attribute
    • xgetPublished

      XmlBoolean xgetPublished()
      Gets (as xml) the "published" attribute
    • isSetPublished

      boolean isSetPublished()
      True if has "published" attribute
    • setPublished

      void setPublished(boolean published)
      Sets the "published" attribute
    • xsetPublished

      void xsetPublished(XmlBoolean published)
      Sets (as xml) the "published" attribute
    • unsetPublished

      void unsetPublished()
      Unsets the "published" attribute
    • getHeaderRowDxfId

      long getHeaderRowDxfId()
      Gets the "headerRowDxfId" attribute
    • xgetHeaderRowDxfId

      STDxfId xgetHeaderRowDxfId()
      Gets (as xml) the "headerRowDxfId" attribute
    • isSetHeaderRowDxfId

      boolean isSetHeaderRowDxfId()
      True if has "headerRowDxfId" attribute
    • setHeaderRowDxfId

      void setHeaderRowDxfId(long headerRowDxfId)
      Sets the "headerRowDxfId" attribute
    • xsetHeaderRowDxfId

      void xsetHeaderRowDxfId(STDxfId headerRowDxfId)
      Sets (as xml) the "headerRowDxfId" attribute
    • unsetHeaderRowDxfId

      void unsetHeaderRowDxfId()
      Unsets the "headerRowDxfId" attribute
    • getDataDxfId

      long getDataDxfId()
      Gets the "dataDxfId" attribute
    • xgetDataDxfId

      STDxfId xgetDataDxfId()
      Gets (as xml) the "dataDxfId" attribute
    • isSetDataDxfId

      boolean isSetDataDxfId()
      True if has "dataDxfId" attribute
    • setDataDxfId

      void setDataDxfId(long dataDxfId)
      Sets the "dataDxfId" attribute
    • xsetDataDxfId

      void xsetDataDxfId(STDxfId dataDxfId)
      Sets (as xml) the "dataDxfId" attribute
    • unsetDataDxfId

      void unsetDataDxfId()
      Unsets the "dataDxfId" attribute
    • getTotalsRowDxfId

      long getTotalsRowDxfId()
      Gets the "totalsRowDxfId" attribute
    • xgetTotalsRowDxfId

      STDxfId xgetTotalsRowDxfId()
      Gets (as xml) the "totalsRowDxfId" attribute
    • isSetTotalsRowDxfId

      boolean isSetTotalsRowDxfId()
      True if has "totalsRowDxfId" attribute
    • setTotalsRowDxfId

      void setTotalsRowDxfId(long totalsRowDxfId)
      Sets the "totalsRowDxfId" attribute
    • xsetTotalsRowDxfId

      void xsetTotalsRowDxfId(STDxfId totalsRowDxfId)
      Sets (as xml) the "totalsRowDxfId" attribute
    • unsetTotalsRowDxfId

      void unsetTotalsRowDxfId()
      Unsets the "totalsRowDxfId" attribute
    • getHeaderRowBorderDxfId

      long getHeaderRowBorderDxfId()
      Gets the "headerRowBorderDxfId" attribute
    • xgetHeaderRowBorderDxfId

      STDxfId xgetHeaderRowBorderDxfId()
      Gets (as xml) the "headerRowBorderDxfId" attribute
    • isSetHeaderRowBorderDxfId

      boolean isSetHeaderRowBorderDxfId()
      True if has "headerRowBorderDxfId" attribute
    • setHeaderRowBorderDxfId

      void setHeaderRowBorderDxfId(long headerRowBorderDxfId)
      Sets the "headerRowBorderDxfId" attribute
    • xsetHeaderRowBorderDxfId

      void xsetHeaderRowBorderDxfId(STDxfId headerRowBorderDxfId)
      Sets (as xml) the "headerRowBorderDxfId" attribute
    • unsetHeaderRowBorderDxfId

      void unsetHeaderRowBorderDxfId()
      Unsets the "headerRowBorderDxfId" attribute
    • getTableBorderDxfId

      long getTableBorderDxfId()
      Gets the "tableBorderDxfId" attribute
    • xgetTableBorderDxfId

      STDxfId xgetTableBorderDxfId()
      Gets (as xml) the "tableBorderDxfId" attribute
    • isSetTableBorderDxfId

      boolean isSetTableBorderDxfId()
      True if has "tableBorderDxfId" attribute
    • setTableBorderDxfId

      void setTableBorderDxfId(long tableBorderDxfId)
      Sets the "tableBorderDxfId" attribute
    • xsetTableBorderDxfId

      void xsetTableBorderDxfId(STDxfId tableBorderDxfId)
      Sets (as xml) the "tableBorderDxfId" attribute
    • unsetTableBorderDxfId

      void unsetTableBorderDxfId()
      Unsets the "tableBorderDxfId" attribute
    • getTotalsRowBorderDxfId

      long getTotalsRowBorderDxfId()
      Gets the "totalsRowBorderDxfId" attribute
    • xgetTotalsRowBorderDxfId

      STDxfId xgetTotalsRowBorderDxfId()
      Gets (as xml) the "totalsRowBorderDxfId" attribute
    • isSetTotalsRowBorderDxfId

      boolean isSetTotalsRowBorderDxfId()
      True if has "totalsRowBorderDxfId" attribute
    • setTotalsRowBorderDxfId

      void setTotalsRowBorderDxfId(long totalsRowBorderDxfId)
      Sets the "totalsRowBorderDxfId" attribute
    • xsetTotalsRowBorderDxfId

      void xsetTotalsRowBorderDxfId(STDxfId totalsRowBorderDxfId)
      Sets (as xml) the "totalsRowBorderDxfId" attribute
    • unsetTotalsRowBorderDxfId

      void unsetTotalsRowBorderDxfId()
      Unsets the "totalsRowBorderDxfId" attribute
    • getHeaderRowCellStyle

      String getHeaderRowCellStyle()
      Gets the "headerRowCellStyle" attribute
    • xgetHeaderRowCellStyle

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetHeaderRowCellStyle()
      Gets (as xml) the "headerRowCellStyle" attribute
    • isSetHeaderRowCellStyle

      boolean isSetHeaderRowCellStyle()
      True if has "headerRowCellStyle" attribute
    • setHeaderRowCellStyle

      void setHeaderRowCellStyle(String headerRowCellStyle)
      Sets the "headerRowCellStyle" attribute
    • xsetHeaderRowCellStyle

      void xsetHeaderRowCellStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring headerRowCellStyle)
      Sets (as xml) the "headerRowCellStyle" attribute
    • unsetHeaderRowCellStyle

      void unsetHeaderRowCellStyle()
      Unsets the "headerRowCellStyle" attribute
    • getDataCellStyle

      String getDataCellStyle()
      Gets the "dataCellStyle" attribute
    • xgetDataCellStyle

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDataCellStyle()
      Gets (as xml) the "dataCellStyle" attribute
    • isSetDataCellStyle

      boolean isSetDataCellStyle()
      True if has "dataCellStyle" attribute
    • setDataCellStyle

      void setDataCellStyle(String dataCellStyle)
      Sets the "dataCellStyle" attribute
    • xsetDataCellStyle

      void xsetDataCellStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring dataCellStyle)
      Sets (as xml) the "dataCellStyle" attribute
    • unsetDataCellStyle

      void unsetDataCellStyle()
      Unsets the "dataCellStyle" attribute
    • getTotalsRowCellStyle

      String getTotalsRowCellStyle()
      Gets the "totalsRowCellStyle" attribute
    • xgetTotalsRowCellStyle

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetTotalsRowCellStyle()
      Gets (as xml) the "totalsRowCellStyle" attribute
    • isSetTotalsRowCellStyle

      boolean isSetTotalsRowCellStyle()
      True if has "totalsRowCellStyle" attribute
    • setTotalsRowCellStyle

      void setTotalsRowCellStyle(String totalsRowCellStyle)
      Sets the "totalsRowCellStyle" attribute
    • xsetTotalsRowCellStyle

      void xsetTotalsRowCellStyle(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring totalsRowCellStyle)
      Sets (as xml) the "totalsRowCellStyle" attribute
    • unsetTotalsRowCellStyle

      void unsetTotalsRowCellStyle()
      Unsets the "totalsRowCellStyle" attribute
    • getConnectionId

      long getConnectionId()
      Gets the "connectionId" attribute
    • xgetConnectionId

      XmlUnsignedInt xgetConnectionId()
      Gets (as xml) the "connectionId" attribute
    • isSetConnectionId

      boolean isSetConnectionId()
      True if has "connectionId" attribute
    • setConnectionId

      void setConnectionId(long connectionId)
      Sets the "connectionId" attribute
    • xsetConnectionId

      void xsetConnectionId(XmlUnsignedInt connectionId)
      Sets (as xml) the "connectionId" attribute
    • unsetConnectionId

      void unsetConnectionId()
      Unsets the "connectionId" attribute