Interface TableDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface TableDocument extends XmlObject
A document containing one table(@http://schemas.openxmlformats.org/spreadsheetml/2006/main) element. This is a complex type.
  • Field Details

  • Method Details

    • getTable

      CTTable getTable()
      Gets the "table" element
    • setTable

      void setTable(CTTable table)
      Sets the "table" element
    • addNewTable

      CTTable addNewTable()
      Appends and returns a new empty "table" element