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) |
|
Remarks
Normalized strings are strings having all characters in the lower case
with no extra spaces between words. This simplifies and speeds up full text
search implementation.
See also
IAnimationSteps Interface
ISlidesCollection Interface
Flash
Presentation ActionScript API Reference