Packageispring.presenter.presentation.slides
Interfacepublic interface ISlide 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 ISlide interface provides information about the presentation slide.

To access a presentation slide use the getSlide() and getVisibleSlide() methods on the ISlides interface.

The ISlide interface of the currently playing slide within the presentation can be obtained using the currentSlide property on the IPresentationPlaybackController interface.

The ISlide interface of the standalone slide can be accessed using the slide property on the ISlidePlayer interface.

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

The ISlide2 interface providing additional information about the slide has become available since iSpring Pro 6.1 and iSpring Platform 6.1.

The ISlide3 interface providing additional information about the slide has become available since iSpring Pro 6.1.1 and iSpring Platform 6.1.1.

See also

ispring.presenter.ISlidePlayer
ispring.presenter.presentation.slides.ISlide2
ispring.presenter.presentation.slides.ISlide3
ispring.presenter.player.IPresentationPlaybackController
flash.events.IEventDispatcher


Public Properties
PropertyDefined By
animationSteps : IAnimationSteps
[read-only] The animation steps collection of the slide.
ISlide
duration : Number
[read-only] The duration of the slide in seconds.
ISlide
hasPresenter : Boolean
[read-only] Indicates whether the slide has the associated presenter information.
ISlide
hasThumbnail : Boolean
[read-only] Indicates whether the slide has a thumbnail image accessible via the thumbnail property.
ISlide
height : Number
[read-only] The height of the slide.
ISlide
index : uint
[read-only] The index of the slide within the presentation.
ISlide
isLoaded : Boolean
[read-only] Indicates whether the slide content has been loaded completely.
ISlide
metaCommands : IMetaCommands
[read-only] The collection of the meta commands associated with the slide.
ISlide
nestingLevel : uint
[read-only] The nesting level of the slide within the presentation outline.
ISlide
presenter : IPresenter
[read-only] The presenter information associated with the slide.
ISlide
slideNotes : ISlideNotes
[read-only] The slide notes information.
ISlide
slideShowTransition : ISlideShowTransition
[read-only] The slide show transition effect information of the slide.
ISlide
startTime : Number
[read-only] Slide start time in seconds within the presentation.
ISlide
text : String
[read-only] The text of the slide.
ISlide
thumbnail : IGraphicAsset
[read-only] The thumbnail image of the slide.
ISlide
title : String
[read-only] The title of the slide.
ISlide
type : String
[read-only] The type of the slide.
ISlide
visible : Boolean
[read-only] Indicates whether the slide is hidden.
ISlide
visibleIndex : uint
[read-only] The index of the slide among the visible slides of the presentation.
ISlide
width : Number
[read-only] The width of the slide in pixels.
ISlide
Property Detail
animationStepsproperty
animationSteps:IAnimationSteps  [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 animation steps collection of the slide.


Implementation
    public function get animationSteps():IAnimationSteps

See also

durationproperty 
duration: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 duration of the slide in seconds.


Implementation
    public function get duration():Number
hasPresenterproperty 
hasPresenter: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 slide has the associated presenter information.


Implementation
    public function get hasPresenter():Boolean
hasThumbnailproperty 
hasThumbnail: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 slide has a thumbnail image accessible via the thumbnail property.


Implementation
    public function get hasThumbnail():Boolean

See also

heightproperty 
height: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 slide.


Implementation
    public function get height():Number
indexproperty 
index:uint  [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 index of the slide within the presentation.


Implementation
    public function get index():uint
isLoadedproperty 
isLoaded: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 slide content has been loaded completely.


Implementation
    public function get isLoaded():Boolean
metaCommandsproperty 
metaCommands:IMetaCommands  [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 collection of the meta commands associated with the slide.


Implementation
    public function get metaCommands():IMetaCommands

See also

nestingLevelproperty 
nestingLevel:uint  [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 nesting level of the slide within the presentation outline.

The slide nesting level can be defined using the Presentation Explorer window of iSpring Pro.


Implementation
    public function get nestingLevel():uint
presenterproperty 
presenter:IPresenter  [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 presenter information associated with the slide.


Implementation
    public function get presenter():IPresenter

See also

slideNotesproperty 
slideNotes:ISlideNotes  [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 slide notes information.


Implementation
    public function get slideNotes():ISlideNotes

See also

slideShowTransitionproperty 
slideShowTransition:ISlideShowTransition  [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 slide show transition effect information of the slide.


Implementation
    public function get slideShowTransition():ISlideShowTransition

See also

startTimeproperty 
startTime: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

Slide start time in seconds within the presentation.


Implementation
    public function get startTime():Number
textproperty 
text: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 text of the slide.


Implementation
    public function get text():String
thumbnailproperty 
thumbnail:IGraphicAsset  [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 thumbnail image of the slide.


Implementation
    public function get thumbnail():IGraphicAsset

See also

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 slide.


Implementation
    public function get title():String
typeproperty 
type: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 type of the slide. See the ispring.presenter.presentation.slides.SlideType constants for this property.


Implementation
    public function get type():String

See also

visibleproperty 
visible: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 slide is hidden.


Implementation
    public function get visible():Boolean
visibleIndexproperty 
visibleIndex:uint  [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 index of the slide among the visible slides of the presentation.


Implementation
    public function get visibleIndex():uint

Throws
flash.errors:IllegalOperationError — if the slide is not visible

See also

widthproperty 
width: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 slide in pixels.


Implementation
    public function get width():Number