PresentationComment
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage
public final class PresentationComment extends CustomPackage
Represents a user comment in a presentation.
Learn more
| Method | Description |
|---|---|
| getAuthor() | Gets the author of the comment. |
| getCreatedTime() | Gets the created time of the comment. |
| getSlideNumber() | Gets the slide number the comment belongs to. |
| getText() | Gets the text of the comment. |
public final String getAuthor()
Gets the author of the comment.
Returns: java.lang.String - The author of the comment.
public final Date getCreatedTime()
Gets the created time of the comment.
Returns: java.util.Date - The created time of the comment.
public final int getSlideNumber()
Gets the slide number the comment belongs to.
Returns: int - The slide number the comment belongs to.
public final String getText()
Gets the text of the comment.
Returns: java.lang.String - The comment text.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.