Slide Object Members

PowerPoint Developer Reference

Represents a slide. The Slides collection contains all the Slide objects in a presentation.

Methods

  Name Description
Bb251485.methods(en-us,office.12).gif ApplyTemplate Applies a design template to the specified slide.
Bb251485.methods(en-us,office.12).gif ApplyTheme Applies a theme or design template to the specified slide.
Bb251485.methods(en-us,office.12).gif ApplyThemeColorScheme Applies a color scheme to the specified slide.
Bb251485.methods(en-us,office.12).gif Copy Copies the specified object to the Clipboard.
Bb251485.methods(en-us,office.12).gif Cut Deletes the specified object and places it on the Clipboard.
Bb251485.methods(en-us,office.12).gif Delete Deletes the specified Slide object.
Bb251485.methods(en-us,office.12).gif Duplicate Creates a duplicate of the specified Slide object, adds the new slide to the Slides collection immediately after the slide specified originally, and then returns a Slide object that represents the duplicate slide.
Bb251485.methods(en-us,office.12).gif Export Exports a slide, using the specified graphics filter, and saves the exported file under the specified file name.
Bb251485.methods(en-us,office.12).gif MoveTo Moves the specified object to a specific location within the same collection, renumbering all other items in the collection appropriately.
Bb251485.methods(en-us,office.12).gif PublishSlides Publishes the specified slide to the specified location.
Bb251485.methods(en-us,office.12).gif Select Selects the specified object.

Properties

  Name Description
Bb251485.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251485.properties(en-us,office.12).gif Background Returns a ShapeRange object that represents the slide background.
Bb251485.properties(en-us,office.12).gif BackgroundStyle Sets or returns the background style of the specified object. Read/write.
Bb251485.properties(en-us,office.12).gif ColorScheme Returns or sets the ColorScheme object that represents the scheme colors for the specified slide, slide range, or slide master. Read/write.
Bb251485.properties(en-us,office.12).gif Comments Returns a Comments object that represents a collection of comments. Read-only.
Bb251485.properties(en-us,office.12).gif CustomerData Returns a CustomerData object.
Bb251485.properties(en-us,office.12).gif CustomLayout Returns a CustomLayout object that represents the custom layout associated with the specified slide. Read-only.
Bb251485.properties(en-us,office.12).gif Design Returns a Design object representing a design.
Bb251485.properties(en-us,office.12).gif DisplayMasterShapes Determines whether the specified slide displays the background objects on the slide master. Read/write.
Bb251485.properties(en-us,office.12).gif FollowMasterBackground Determines whether the slide follows the slide master background. Read/write.
Bb251485.properties(en-us,office.12).gif HeadersFooters Returns a HeadersFooters collection that represents the header, footer, date and time, and slide number associated with the slide, slide master, or range of slides. Read-only.
Bb251485.properties(en-us,office.12).gif Hyperlinks Returns a Hyperlinks collection that represents all the hyperlinks on the specified slide. Read-only.
Bb251485.properties(en-us,office.12).gif Layout Returns or sets a PpSlideLayout constant that represents the slide layout. Read/write.
Bb251485.properties(en-us,office.12).gif Master Returns a Master object that represents the slide master. Read-only.
Bb251485.properties(en-us,office.12).gif Name When a slide is inserted into a presentation, Microsoft Office PowerPoint automatically assigns it a name in the form Sliden, where n is an integer that represents the order in which the slide was created in the presentation. For example, the first slide inserted into a presentation is automatically named Slide1. If you copy a slide from one presentation to another, the slide loses the name it had in the first presentation and is automatically assigned a new name in the second presentation. A slide range must contain exactly one slide. Read/write String.
Bb251485.properties(en-us,office.12).gif NotesPage Returns a SlideRange object that represents the notes pages for the specified slide or range of slides. Read-only.
Bb251485.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251485.properties(en-us,office.12).gif PrintSteps Returns the number of slides you'd need to print to simulate the builds on the specified slide, slide master, or range of slides. Read-only.
Bb251485.properties(en-us,office.12).gif Shapes Returns a Shapes collection that represents all the elements that have been placed or inserted on the specified slide, slide master, or range of slides. Read-only.
Bb251485.properties(en-us,office.12).gif SlideID Returns a unique ID number for the specified slide. Read-only.
Bb251485.properties(en-us,office.12).gif SlideIndex Returns the index number of the specified slide within the Slides collection. Read-only.
Bb251485.properties(en-us,office.12).gif SlideNumber Returns the slide number. Read-only.
Bb251485.properties(en-us,office.12).gif SlideShowTransition Returns a SlideShowTransition object that represents the special effects for the specified slide transition. Read-only.
Bb251485.properties(en-us,office.12).gif Tags Returns a Tags object that represents the tags for the specified object. Read-only.
Bb251485.properties(en-us,office.12).gif ThemeColorScheme Returns a ThemeColorScheme object that represents the color scheme associated with the specified slide. Read-only.
Bb251485.properties(en-us,office.12).gif TimeLine Returns a TimeLine object that represents the animation timeline for the slide. Read-only.