fsplayer.api.IPresentationInfo Interface
The IPresentationInfo Interface provides the following methods about the presentation:
| Methods |
|
Method |
Description |
|
getTitle():String |
Returns presentation title |
|
getSlides():ISlidesCollection |
Returns ISlidesCollection interface providing information about presentation slides |
|
getSlideWidth():Number |
Returns slide width in pixels |
|
getSlideHeight():Number |
Returns slide height in pixels |
|
hasThumbnails():Boolean |
Indicates whether the presentation contains thumbnail images |
|
getThumbnails():IThumbnailsCollection |
Returns IThumbnailsCollection interface that allows to get information about presentation thumbnails |
|
hasPresenter():Boolean |
Indicates whether the presentation has got presenter information |
|
getPresenterInfo():IPresenterInfo |
Returns the IPresenterInfo interface which provides the information about presentation presenter |
|
getFrameRate():Number |
Returns presentation frame rate (number of frames per second) |
|
getDuration():Number |
Returns presentation duration in seconds |
|
hasCompanyInfo():Boolean |
Indicates whether the presentation contains company information |
|
getCompanyInfo():ICompanyInfo |
Returns the ICompanyInfo interface providing company information |
|
hasReferences():Boolean |
Indicates whether the presentation contains references |
|
getReferences():IReferencesCollection |
Returns the IReferencesCollection interface providing the information about presentation references |
See also
ICompanyInfo Interface
IPresenterInfo Interface
IReferencesCollection Interface
ISlidesCollection Interface
IThumbnailsCollection Interface
Flash Presentation ActionScript API Reference
Download PDF