Interface CTComment

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getPos

        CTPoint2D getPos()
        Gets the "pos" element
      • setPos

        void setPos​(CTPoint2D pos)
        Sets the "pos" element
      • addNewPos

        CTPoint2D addNewPos()
        Appends and returns a new empty "pos" element
      • getText

        java.lang.String getText()
        Gets the "text" element
      • xgetText

        XmlString xgetText()
        Gets (as xml) the "text" element
      • setText

        void setText​(java.lang.String text)
        Sets the "text" element
      • xsetText

        void xsetText​(XmlString text)
        Sets (as xml) the "text" element
      • isSetExtLst

        boolean isSetExtLst()
        True if has "extLst" element
      • unsetExtLst

        void unsetExtLst()
        Unsets the "extLst" element
      • 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
      • getDt

        java.util.Calendar getDt()
        Gets the "dt" attribute
      • xgetDt

        XmlDateTime xgetDt()
        Gets (as xml) the "dt" attribute
      • isSetDt

        boolean isSetDt()
        True if has "dt" attribute
      • setDt

        void setDt​(java.util.Calendar dt)
        Sets the "dt" attribute
      • xsetDt

        void xsetDt​(XmlDateTime dt)
        Sets (as xml) the "dt" attribute
      • unsetDt

        void unsetDt()
        Unsets the "dt" attribute
      • getIdx

        long getIdx()
        Gets the "idx" attribute
      • xgetIdx

        STIndex xgetIdx()
        Gets (as xml) the "idx" attribute
      • setIdx

        void setIdx​(long idx)
        Sets the "idx" attribute
      • xsetIdx

        void xsetIdx​(STIndex idx)
        Sets (as xml) the "idx" attribute