Interface CTComments

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCommentList

        java.util.List<CTComment> getCommentList()
        Gets a List of "comment" elements
      • getCommentArray

        @Deprecated
        CTComment[] getCommentArray()
        Deprecated.
        Gets array of all "comment" elements
      • getCommentArray

        CTComment getCommentArray​(int i)
        Gets ith "comment" element
      • sizeOfCommentArray

        int sizeOfCommentArray()
        Returns number of "comment" element
      • setCommentArray

        void setCommentArray​(CTComment[] commentArray)
        Sets array of all "comment" element
      • setCommentArray

        void setCommentArray​(int i,
                             CTComment comment)
        Sets ith "comment" element
      • insertNewComment

        CTComment insertNewComment​(int i)
        Inserts and returns a new empty value (as xml) as the ith "comment" element
      • addNewComment

        CTComment addNewComment()
        Appends and returns a new empty value (as xml) as the last "comment" element
      • removeComment

        void removeComment​(int i)
        Removes the ith "comment" element