Packageispring.presenter.presentation.slides
Interfacepublic interface ISlideNotes

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 ISlideNotes interface provides information about the slide notes.

The ISlideNotes interface can be obtained using the slideNotes property on the ISlide interface.

See also

ispring.presenter.presentation.slides.ISlide


Public Properties
PropertyDefined By
html : String
[read-only] Returns HTML representation of the slide notes.
ISlideNotes
text : String
[read-only] Returns plain text representation of the slide notes.
ISlideNotes
Property Detail
htmlproperty
html: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

Returns HTML representation of the slide notes.


Implementation
    public function get html():String
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

Returns plain text representation of the slide notes.


Implementation
    public function get text():String