Presentations Object Members

PowerPoint Developer Reference

A collection of all the Presentation objects in PowerPoint. Each Presentation object represents a presentation that's currently open in PowerPoint.

Methods

  Name Description
Bb251460.methods(en-us,office.12).gif Add Creates a presentation. Returns a Presentation object that represents the new presentation.
Bb251460.methods(en-us,office.12).gif CanCheckOut True if Microsoft PowerPoint can check out a specified presentation from a server. Read/write Boolean.
Bb251460.methods(en-us,office.12).gif CheckOut Copies a specified presentation from a server to a local computer for editing. Returns a String that represents the local path and filename of the presentation checked out.
Bb251460.methods(en-us,office.12).gif Item Returns a single object from the specified collection.
Bb251460.methods(en-us,office.12).gif Open Opens the specified presentation. Returns a Presentation object that represents the opened presentation.

Properties

  Name Description
Bb251460.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251460.properties(en-us,office.12).gif Count Returns the number of objects in the specified collection.
Bb251460.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.