The Slide class represents a PowerPoint slide of the current presentation.
It can be retrieved through the SlideShow or Presentation objects.
See also
number:int
Returns the number of this slide.
public function get number():int
title:String
Returns the title of this slide or "" if the slide has no title.
public function get title():String