public final class PresentationComment extends CustomPackage
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Gets the author of the comment.
|
Date |
getCreatedTime()
Gets the created time of the comment.
|
int |
getSlideNumber()
Gets the slide number the comment belongs to.
|
String |
getText()
Gets the text of the comment.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final String getAuthor()
Gets the author of the comment.
public final Date getCreatedTime()
Gets the created time of the comment.
public final int getSlideNumber()
Gets the slide number the comment belongs to.
public final String getText()
Gets the text of the comment.