fsplayer.api.SlidesCollection Class
The SlidesCollection class stores the information about number of presenters in presentation:
| Methods |
|
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. |
See also