Packageispring.presenter.presentation
Interfacepublic interface IPresentation extends flash.events.IEventDispatcher

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The IPresentation interface provides the presentation information.

To obtain the IPresentation interface use the presentation property on the IPresentationPlayer interface.

The IPresentation interface extends the flash.events.IEventDispatcher interface. The current implementation of the IPresentation interface does not displatch any event. This functionality is reserved for future versions.

See also

ispring.presenter.IPresentationPlayer.presentation
flash.events.IEventDispatcher


Public Properties
PropertyDefined By
company : ICompany
[read-only] The ICompany interface representing the presentation associated company information.
IPresentation
hasCompany : Boolean
[read-only] Indicates whether the presentation has the company information associated.
IPresentation
narration : INarration
[read-only] The INarration interface representing the presentation narration.
IPresentation
presenters : IPresenters
[read-only] The IPresenters interface representing the presentation presenters collection.
IPresentation
resources : IResources
[read-only] Returns the IResources interface storing the presentation resources information.
IPresentation
settings : ISettings
[read-only] The ISettings interface representing the presentation settings.
IPresentation
slideHeight : Number
[read-only] The height of the presentation slides, in pixels.
IPresentation
slides : ISlides
[read-only] The ISlides interface representing the collection of the presentation slides.
IPresentation
slideShows : ISlideShows
[read-only] The ISlideShows interface representing the collection of the presentation slide shows.
IPresentation
slideWidth : Number
[read-only] The width of the presentation slides, in pixels.
IPresentation
title : String
[read-only] The title of the presentation.
IPresentation
uniqueId : String
[read-only] A unique identifier of the presentation.
IPresentation
Property Detail
companyproperty
company:ICompany  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The ICompany interface representing the presentation associated company information.

The flash.errors.IllegalOperationError exception is thrown when accessing this property the presentation that does not contain company information. To determine whether the presentation contains company information use the hasCompany property.


Implementation
    public function get company():ICompany

Throws
flash.errors:IllegalOperationError — Throws if the presentation contains no company information (the hasCompany property value is false).

See also

hasCompanyproperty 
hasCompany:Boolean  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

Indicates whether the presentation has the company information associated. To access the company information use the company property.


Implementation
    public function get hasCompany():Boolean

See also

narrationproperty 
narration:INarration  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The INarration interface representing the presentation narration.


Implementation
    public function get narration():INarration

See also

presentersproperty 
presenters:IPresenters  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The IPresenters interface representing the presentation presenters collection.


Implementation
    public function get presenters():IPresenters

See also

resourcesproperty 
resources:IResources  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

Returns the IResources interface storing the presentation resources information.


Implementation
    public function get resources():IResources

See also

settingsproperty 
settings:ISettings  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The ISettings interface representing the presentation settings.


Implementation
    public function get settings():ISettings

See also

slideHeightproperty 
slideHeight:Number  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The height of the presentation slides, in pixels.


Implementation
    public function get slideHeight():Number
slidesproperty 
slides:ISlides  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The ISlides interface representing the collection of the presentation slides.


Implementation
    public function get slides():ISlides

See also

slideShowsproperty 
slideShows:ISlideShows  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The ISlideShows interface representing the collection of the presentation slide shows.


Implementation
    public function get slideShows():ISlideShows

See also

slideWidthproperty 
slideWidth:Number  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The width of the presentation slides, in pixels.


Implementation
    public function get slideWidth():Number
titleproperty 
title:String  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

The title of the presentation.


Implementation
    public function get title():String
uniqueIdproperty 
uniqueId:String  [read-only]

Language Version : ActionScript 3.0
Product Versions : iSpring Pro 6.0.3, iSpring Platform 6.0
Runtime Versions : AIR 1.0, Flash Player 10.1

A unique identifier of the presentation.


Implementation
    public function get uniqueId():String