The PresentationInfo class stores the presentation information and provides the following properties:
| Method | Description |
|---|---|
| getTitle() | Returns presentation title. |
| getDuration() | Returns presentation duration in seconds. |
| getSlides() | Returns the SlidesCollection object providing the presentation content information. |
| getPresenters() | Returns the PresentersCollection object providing the information about presentation presenters. |