Interface CTTableStyleList

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getTblStyleList

      List<CTTableStyle> getTblStyleList()
      Gets a List of "tblStyle" elements
    • getTblStyleArray

      CTTableStyle[] getTblStyleArray()
      Gets array of all "tblStyle" elements
    • getTblStyleArray

      CTTableStyle getTblStyleArray(int i)
      Gets ith "tblStyle" element
    • sizeOfTblStyleArray

      int sizeOfTblStyleArray()
      Returns number of "tblStyle" element
    • setTblStyleArray

      void setTblStyleArray(CTTableStyle[] tblStyleArray)
      Sets array of all "tblStyle" element
    • setTblStyleArray

      void setTblStyleArray(int i, CTTableStyle tblStyle)
      Sets ith "tblStyle" element
    • insertNewTblStyle

      CTTableStyle insertNewTblStyle(int i)
      Inserts and returns a new empty value (as xml) as the ith "tblStyle" element
    • addNewTblStyle

      CTTableStyle addNewTblStyle()
      Appends and returns a new empty value (as xml) as the last "tblStyle" element
    • removeTblStyle

      void removeTblStyle(int i)
      Removes the ith "tblStyle" element
    • getDef

      String getDef()
      Gets the "def" attribute
    • xgetDef

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetDef()
      Gets (as xml) the "def" attribute
    • setDef

      void setDef(String def)
      Sets the "def" attribute
    • xsetDef

      void xsetDef(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid def)
      Sets (as xml) the "def" attribute