fsplayer.api.ISlideInfo Interface
The ISlideInfo Interface provides information about the particular slide of the presentation such as title, duration, text, etc. It exposes the following methods.
| Methods |
|
Method |
Description |
|
isLoaded():Boolean |
Returns Boolean value indicating whether the slide has been loaded completely |
|
getTitle():String |
Returns slide title |
|
getAnimationSteps():IAnimationSteps |
Returns IAnimationSteps interface providing the information about slide animation steps |
|
getDuration():Number |
Returns slide duration in seconds |
|
getNotesText():String |
Returns text of the slide notes |
|
getStartTime():Number |
Returns slide start time within the presentation timeline |
|
getEndTime():Number |
Returns slide end time within the presentation timeline |
|
getStartStepIndex():Number |
Returns slide start step index within the presentation |
|
getEndStepIndex():Number |
Returns slide end step index within the presentation |
|
getSlideText():String |
Returns slide text in the normalized form (see the remarks section) |
|
getNotesTextNormalized():String |
Returns text of the slide notes in the normalized form (see the remarks section) |
|
getTitleNormalized():String |
Returns slide title in the normalized form (see the remarks section) |
|
getLevel():Number |
Returns slide level (0 - upper level) |
|
isHidden():Boolean |
Returns Boolean value that indicates whether the slide is hidden |
|
function getIndex():Number |
Returns slide index within presentation |
|
getVisibleIndex():Number |
Returns slide index within visible slides
|
|
getVisibleStartTime:Number |
Returns slide start time within the presentation timeline for visible slides only
|
|
getVisibleEndTime:Number |
Returns slide end time within the presentation timeline for visible slides only
|
|
getVisibleStartStepIndex:Number |
Returns slide start step index within visible slides only
|
|
getVisibleEndStepIndex:Number |
Returns slide end step index within visible slides only
|
|
getPresenterIndex():Number |
Returns index of presenter associated with the slide
|
|
getResources():ISlideResources |
Returns the ISlideResources interface providing the information about resources contained in the slide |
|
getNotesHtml():String |
Returns HTML representation of the slide notes |
Remarks
Normalized strings are strings having all characters in the lower case with no extra spaces between words. This can simplify and speed up full text search implementation.
See also
IAnimationSteps Interface
ISlidesCollection Interface
ISlideResources Interface
Flash
Presentation ActionScript API Reference