PresentationComment

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

Methods

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.

getAuthor()

public final String getAuthor()

Gets the author of the comment.

Returns: java.lang.String - The author of the comment.

getCreatedTime()

public final Date getCreatedTime()

Gets the created time of the comment.

Returns: java.util.Date - The created time of the comment.

getSlideNumber()

public final int getSlideNumber()

Gets the slide number the comment belongs to.

Returns: int - The slide number the comment belongs to.

getText()

public final String getText()

Gets the text of the comment.

Returns: java.lang.String - The comment text.