Packagecom.globfx.showroom
Classpublic class Slide
InheritanceSlide Inheritance Object

The Slide class represents a PowerPoint slide of the current presentation.

It can be retrieved through the SlideShow or Presentation objects.

See also

com.globfx.showroom.SlideShow
com.globfx.showroom.Presentation


Public Properties
 PropertyDefined By
  number : int
[read-only] Returns the number of this slide.
Slide
  title : String
[read-only] Returns the title of this slide or "" if the slide has no title.
Slide
Property Detail
numberproperty
number:int  [read-only]

Returns the number of this slide.


Implementation
    public function get number():int
titleproperty 
title:String  [read-only]

Returns the title of this slide or "" if the slide has no title.


Implementation
    public function get title():String