| Package | ispring.presenter.presentation.slides |
| Interface | public 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 can be obtained using the slideNotes
property on the ISlide interface.
See also
| Property | Defined 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 |
| html | property |
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.
public function get html():String| text | property |
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.
public function get text():String