Interface TblDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface TblDocument
    extends XmlObject
    A document containing one tbl(@http://schemas.openxmlformats.org/drawingml/2006/main) element. This is a complex type.
    • Method Detail

      • getTbl

        CTTable getTbl()
        Gets the "tbl" element
      • setTbl

        void setTbl​(CTTable tbl)
        Sets the "tbl" element
      • addNewTbl

        CTTable addNewTbl()
        Appends and returns a new empty "tbl" element