Interface CTCommentAuthorList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCmAuthorList

        java.util.List<CTCommentAuthor> getCmAuthorList()
        Gets a List of "cmAuthor" elements
      • getCmAuthorArray

        @Deprecated
        CTCommentAuthor[] getCmAuthorArray()
        Deprecated.
        Gets array of all "cmAuthor" elements
      • getCmAuthorArray

        CTCommentAuthor getCmAuthorArray​(int i)
        Gets ith "cmAuthor" element
      • sizeOfCmAuthorArray

        int sizeOfCmAuthorArray()
        Returns number of "cmAuthor" element
      • setCmAuthorArray

        void setCmAuthorArray​(CTCommentAuthor[] cmAuthorArray)
        Sets array of all "cmAuthor" element
      • setCmAuthorArray

        void setCmAuthorArray​(int i,
                              CTCommentAuthor cmAuthor)
        Sets ith "cmAuthor" element
      • insertNewCmAuthor

        CTCommentAuthor insertNewCmAuthor​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cmAuthor" element
      • addNewCmAuthor

        CTCommentAuthor addNewCmAuthor()
        Appends and returns a new empty value (as xml) as the last "cmAuthor" element
      • removeCmAuthor

        void removeCmAuthor​(int i)
        Removes the ith "cmAuthor" element