iSpring.as3bridge.PresentationInfo Class
The PresentationInfo class stores the presentation information and provides the following properties:
| Properties |
|
Property |
Type |
Description |
|
hasPresenter |
Boolean |
Indicates whether the presentation contains Presenter information |
|
presenterInfo |
Returns the PresenterInfo Class providing the information about presentation presenter |
|
|
slides |
Returns the SlidesCollection Class providing information about presentation slides |
|
|
hasReferences |
Boolean |
Indicates whether the presentation contains references |
|
references |
Returns the ReferencesCollection Class providing the information about presentation references |
|
|
title |
String |
Presentation title |
|
duration |
Number |
Presentation duration in seconds |
|
slideWidth |
Number |
Presentation slide width in pixels |
|
slideHeight |
Number |
Presentation slide height in pixels |
|
frameRate |
Number |
Presentation frame rate (number of frames per second) |
See also
PresenterInfo Class
SlidesCollection Class
ReferencesCollection Class
Obsolete ActionScript 3 API