Packageispring.presenter.presentation.slides
Classpublic class SlideType
InheritanceSlideType Inheritance Object

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 SlideType class is an enumeration class that provides values for the type property of the ISlide interface.

See also

ispring.presenter.presentation.slides.ISlide.type


Public Methods
MethodDefined By
 
isInteraction(type:String):Boolean
[static] Indicates whether the specified slide type is an interaction slide type.
SlideType
Public Constants
ConstantDefined By
INTERACTION_SLIDE : String = interaction
[static] Indicates that the slide is an iSpring Kinetics interaction.
SlideType
PRESENTATION_SLIDE : String = slide
[static] Indicates that the slide is an ordinary presentation slide.
SlideType
QUIZ_INTERACTION_SLIDE : String = quiz
[static] Indicates that the slide is an iSpring QuizMaker quiz.
SlideType
Method Detail
isInteraction()method
public static function isInteraction(type:String):Boolean

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 specified slide type is an interaction slide type.

The SlideType.INTERACTION_SLIDE and SlideType.QUIZ_INTERACTION_SLIDE constants are considered to be interaction slide types.

Parameters

type:String — The slide type.

Returns
Booleantrue if the slide is an interaction or a quiz, false otherwise.

See also

Constant Detail
INTERACTION_SLIDEConstant
public static const INTERACTION_SLIDE:String = interaction

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 that the slide is an iSpring Kinetics interaction.

PRESENTATION_SLIDEConstant 
public static const PRESENTATION_SLIDE:String = slide

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 that the slide is an ordinary presentation slide.

QUIZ_INTERACTION_SLIDEConstant 
public static const QUIZ_INTERACTION_SLIDE:String = quiz

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 that the slide is an iSpring QuizMaker quiz.