| 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.
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():IAnimationStepsSee also
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():NumberhasPresenter: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():BooleanhasThumbnail: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():BooleanSee also
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():Numberindex: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():uintisLoaded: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():BooleanmetaCommands: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():IMetaCommandsSee also
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():uintpresenter: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():IPresenterSee also
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():ISlideNotesSee also
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():ISlideShowTransitionSee also
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():Numbertext: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():Stringthumbnail: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():IGraphicAssetSee also
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():Stringtype: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():StringSee also
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():BooleanvisibleIndex: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
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
Tue Dec 4 2012, 06:27 PM +04:00