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.
    • Method Detail

      • getTblStyleList

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

        @Deprecated
        CTTableStyle[] getTblStyleArray()
        Deprecated.
        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

        java.lang.String getDef()
        Gets the "def" attribute
      • xgetDef

        STGuid xgetDef()
        Gets (as xml) the "def" attribute
      • setDef

        void setDef​(java.lang.String def)
        Sets the "def" attribute
      • xsetDef

        void xsetDef​(STGuid def)
        Sets (as xml) the "def" attribute