addComment
addComment(String text, Slide slide, Point2D.Float position, Date creationTime) function
Add new comment at the end of a collection.
Parameters
| Name | Type | Description |
|---|---|---|
| text | String | Plain text of a new comment. |
| slide | Slide | Slide in a presentation where to add a new comment. |
| position | Point2D.Float | Position on a slide where to add a new comment. |
| creationTime | Date | Time of a comment creation. |