Interface CTCommentList

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getCommentList

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

      CTComment[] getCommentArray()
      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