iSpring.as2player.IPresentationInfo Interface
The IPresentationInfo class stores the presentation information and provides the following properties:
| Properties |
|
Property |
Type |
Description |
|
title |
String |
Presentation title |
|
slides |
Returns the ISlidesCollection Interface providing information about presentation slides. |
|
|
slideWidth |
Number |
Presentation slide width in pixels |
|
slideHeight |
Number |
Presentation slide height in pixels |
|
presenterInfo |
Returns the IPresenterInfo Interface providing the information about presentation presenter. |
|
|
frameRate |
Number |
Presentation frame rate (number of frames per second) |
|
duration |
Number |
Presentation duration in seconds |
|
visibleDuration |
Number |
Visible slides duration in seconds |
|
companyInfo |
Returns the ICompanyInfo Interface providing the company information. |
|
|
presenters |
Returns the IPresentersCollection Interface providing the information about presentation presenters. |
|
|
references |
Returns the IReferencesCollection Interface providing the information about presentation references. |
| Methods |
|
Method |
Description |
|
hasCompanyInfo():Boolean |
Indicates whether the presentation contains the company information. |
|
hasPresenter():Boolean |
Indicates whether the presentation contains presenter information. |
|
hasReferences():Boolean |
Indicates whether the presentation contains references |
See also
CompanyInfo Interface
PresenterInfo Interface
IPresentersCollection Interface
SlidesCollection Interface
ReferencesCollection Interface
ActionScript 3 and Flex support in iSpring