fsplayer.api.ISlidesCollection Interface
The ISlidesCollection interface represents a collection of presentation slides. It provides the following methods:
| Methods |
|
Method |
Description |
|
getSlidesCount():Number |
Returns number of slides in the presentation |
|
getSlideInfo(slideIndex:Number):ISlideInfo |
Returns ISlideInfo
Interface which represents an individual presentation slide with
the specified slide index. |
|
getVisibleSlidesCount():Number |
Returns number of visible slides in the presentation |
|
getVisibleSlide(visibleSlideIndex:Number):ISlideInfo |
Returns ISlideInfo
Interface which represents an individual visible slide with
the specified slide index. |
Remarks:
There are 2 types of slides in the presentation:
- Visible slides. These are slides which are normally displayed during slide show
- Hidden slides. These are slides which were marked as hidden in PowerPoint during presentation creation. They are shown only by hyperlink from visible presentation slide.
See also
IPresentationInfo Interface
ISlideInfo Interface
Flash
Presentation ActionScript API Reference