Returns or sets the time of a comment creation. Setting this property to java.util.Date(Long.MIN_VALUE) means no comment time is set. Read/write java.util.Date. Comment time is an optional parameter.
Returns or sets the plain text of a slide comment. Read/write String.
Returns:
String
remove
Name
Description
remove ()
Removes comment and all its replies from the parent collection.
Error
Error
Condition
PptxEditException
Thrown if comment is already removed
setCreatedTime
Name
Description
setCreatedTime (Date)
Returns or sets the time of a comment creation. Setting this property to java.util.Date(Long.MIN_VALUE) means no comment time is set. Read/write java.util.Date. Comment time is an optional parameter.