Interface CommentsDocument

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CommentsDocument
    extends XmlObject
    A document containing one comments(@http://schemas.openxmlformats.org/spreadsheetml/2006/main) element. This is a complex type.
    • Method Detail

      • getComments

        CTComments getComments()
        Gets the "comments" element
      • setComments

        void setComments​(CTComments comments)
        Sets the "comments" element
      • addNewComments

        CTComments addNewComments()
        Appends and returns a new empty "comments" element