Interface CTTLTemplateList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTTLTemplateList
    extends XmlObject
    An XML CT_TLTemplateList(@http://schemas.openxmlformats.org/presentationml/2006/main). This is a complex type.
    • Method Detail

      • getTmplList

        java.util.List<CTTLTemplate> getTmplList()
        Gets a List of "tmpl" elements
      • getTmplArray

        @Deprecated
        CTTLTemplate[] getTmplArray()
        Deprecated.
        Gets array of all "tmpl" elements
      • getTmplArray

        CTTLTemplate getTmplArray​(int i)
        Gets ith "tmpl" element
      • sizeOfTmplArray

        int sizeOfTmplArray()
        Returns number of "tmpl" element
      • setTmplArray

        void setTmplArray​(CTTLTemplate[] tmplArray)
        Sets array of all "tmpl" element
      • setTmplArray

        void setTmplArray​(int i,
                          CTTLTemplate tmpl)
        Sets ith "tmpl" element
      • insertNewTmpl

        CTTLTemplate insertNewTmpl​(int i)
        Inserts and returns a new empty value (as xml) as the ith "tmpl" element
      • addNewTmpl

        CTTLTemplate addNewTmpl()
        Appends and returns a new empty value (as xml) as the last "tmpl" element
      • removeTmpl

        void removeTmpl​(int i)
        Removes the ith "tmpl" element