All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getText

      CTRst getText()
      Gets the "text" element
    • setText

      void setText(CTRst text)
      Sets the "text" element
    • addNewText

      CTRst addNewText()
      Appends and returns a new empty "text" element
    • getCommentPr

      CTCommentPr getCommentPr()
      Gets the "commentPr" element
    • isSetCommentPr

      boolean isSetCommentPr()
      True if has "commentPr" element
    • setCommentPr

      void setCommentPr(CTCommentPr commentPr)
      Sets the "commentPr" element
    • addNewCommentPr

      CTCommentPr addNewCommentPr()
      Appends and returns a new empty "commentPr" element
    • unsetCommentPr

      void unsetCommentPr()
      Unsets the "commentPr" element
    • getRef

      String getRef()
      Gets the "ref" attribute
    • xgetRef

      STRef xgetRef()
      Gets (as xml) the "ref" attribute
    • setRef

      void setRef(String ref)
      Sets the "ref" attribute
    • xsetRef

      void xsetRef(STRef ref)
      Sets (as xml) the "ref" attribute
    • getAuthorId

      long getAuthorId()
      Gets the "authorId" attribute
    • xgetAuthorId

      XmlUnsignedInt xgetAuthorId()
      Gets (as xml) the "authorId" attribute
    • setAuthorId

      void setAuthorId(long authorId)
      Sets the "authorId" attribute
    • xsetAuthorId

      void xsetAuthorId(XmlUnsignedInt authorId)
      Sets (as xml) the "authorId" attribute
    • getGuid

      String getGuid()
      Gets the "guid" attribute
    • xgetGuid

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()
      Gets (as xml) the "guid" attribute
    • isSetGuid

      boolean isSetGuid()
      True if has "guid" attribute
    • setGuid

      void setGuid(String guid)
      Sets the "guid" attribute
    • xsetGuid

      void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)
      Sets (as xml) the "guid" attribute
    • unsetGuid

      void unsetGuid()
      Unsets the "guid" attribute
    • getShapeId

      long getShapeId()
      Gets the "shapeId" attribute
    • xgetShapeId

      XmlUnsignedInt xgetShapeId()
      Gets (as xml) the "shapeId" attribute
    • isSetShapeId

      boolean isSetShapeId()
      True if has "shapeId" attribute
    • setShapeId

      void setShapeId(long shapeId)
      Sets the "shapeId" attribute
    • xsetShapeId

      void xsetShapeId(XmlUnsignedInt shapeId)
      Sets (as xml) the "shapeId" attribute
    • unsetShapeId

      void unsetShapeId()
      Unsets the "shapeId" attribute