Interface CTComment

  • 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.
    • Method Detail

      • 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
      • getRef

        java.lang.String getRef()
        Gets the "ref" attribute
      • xgetRef

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

        void setRef​(java.lang.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

        java.lang.String getGuid()
        Gets the "guid" attribute
      • xgetGuid

        STGuid xgetGuid()
        Gets (as xml) the "guid" attribute
      • isSetGuid

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

        void setGuid​(java.lang.String guid)
        Sets the "guid" attribute
      • xsetGuid

        void xsetGuid​(STGuid guid)
        Sets (as xml) the "guid" attribute
      • unsetGuid

        void unsetGuid()
        Unsets the "guid" attribute