All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getTblPr

      CTTableProperties getTblPr()
      Gets the "tblPr" element
    • isSetTblPr

      boolean isSetTblPr()
      True if has "tblPr" element
    • setTblPr

      void setTblPr(CTTableProperties tblPr)
      Sets the "tblPr" element
    • addNewTblPr

      CTTableProperties addNewTblPr()
      Appends and returns a new empty "tblPr" element
    • unsetTblPr

      void unsetTblPr()
      Unsets the "tblPr" element
    • getTblGrid

      CTTableGrid getTblGrid()
      Gets the "tblGrid" element
    • setTblGrid

      void setTblGrid(CTTableGrid tblGrid)
      Sets the "tblGrid" element
    • addNewTblGrid

      CTTableGrid addNewTblGrid()
      Appends and returns a new empty "tblGrid" element
    • getTrList

      List<CTTableRow> getTrList()
      Gets a List of "tr" elements
    • getTrArray

      CTTableRow[] getTrArray()
      Gets array of all "tr" elements
    • getTrArray

      CTTableRow getTrArray(int i)
      Gets ith "tr" element
    • sizeOfTrArray

      int sizeOfTrArray()
      Returns number of "tr" element
    • setTrArray

      void setTrArray(CTTableRow[] trArray)
      Sets array of all "tr" element
    • setTrArray

      void setTrArray(int i, CTTableRow tr)
      Sets ith "tr" element
    • insertNewTr

      CTTableRow insertNewTr(int i)
      Inserts and returns a new empty value (as xml) as the ith "tr" element
    • addNewTr

      CTTableRow addNewTr()
      Appends and returns a new empty value (as xml) as the last "tr" element
    • removeTr

      void removeTr(int i)
      Removes the ith "tr" element