CommentData — Aspose.Slides FOSS Java API Reference
CommentData — Raw data for a comment parsed from XML.
Package: org.aspose.slides.foss.internal.pptx
Note: This is an internal implementation class. Do not import or use it directly — the package
org.aspose.slides.foss.internal.pptxis not part of the public API and may change without notice. This page is provided for reference only.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
element | Element | Read/Write | |
authorId | int | Read/Write | |
idx | int | Read/Write | |
dtStr | String | Read/Write | |
parentCmId | OptionalInt | Read/Write | |
text | String | Read/Write | |
posX | double | Read/Write | |
posY | double | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getElement() | Element | Returns the underlying DOM element. |
getAuthorId() | int | Returns the author ID of this comment. |
getIdx() | int | Returns the index of this comment. |
getDtStr() | String | Returns the datetime string of this comment. |
setDtStr(String value) | void | Sets the datetime string of this comment. |
getParentCmId() | OptionalInt | Returns the parent comment ID, if this is a reply. |
setParentCmId(Integer value) | void | Sets the parent comment ID. |
getText() | String | Returns the comment text. |
setText(String value) | void | Sets the comment text. |
getPosX() | double | Returns the X position in centimetres. |
setPosX(double value) | void | Sets the X position in centimetres. |
getPosY() | double | Returns the Y position in centimetres. |
setPosY(double value) | void | Sets the Y position in centimetres. |