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.
  • Field Details

  • Method Details

    • 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

      String getText()
      Gets the "text" element
    • xgetText

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

      void setText(String text)
      Sets the "text" element
    • xsetText

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

      Gets the "extLst" element
    • isSetExtLst

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

      void setExtLst(CTExtensionListModify extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTExtensionListModify addNewExtLst()
      Appends and returns a new empty "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

      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(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