The SlidesCollection class stores the information about number of presenters in presentation:
| Method | Description |
|---|---|
| getSlidesCount() | Returns number of slides in the presentation. |
| getSlideInfo(index) | Returns SlideInfo class which represents an individual presentation slide with the specified slide index. Note: Slide index is zero-based. |