Interface CTCommentList

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getCmList

      List<CTComment> getCmList()
      Gets a List of "cm" elements
    • getCmArray

      CTComment[] getCmArray()
      Gets array of all "cm" elements
    • getCmArray

      CTComment getCmArray(int i)
      Gets ith "cm" element
    • sizeOfCmArray

      int sizeOfCmArray()
      Returns number of "cm" element
    • setCmArray

      void setCmArray(CTComment[] cmArray)
      Sets array of all "cm" element
    • setCmArray

      void setCmArray(int i, CTComment cm)
      Sets ith "cm" element
    • insertNewCm

      CTComment insertNewCm(int i)
      Inserts and returns a new empty value (as xml) as the ith "cm" element
    • addNewCm

      CTComment addNewCm()
      Appends and returns a new empty value (as xml) as the last "cm" element
    • removeCm

      void removeCm(int i)
      Removes the ith "cm" element