Presentations Members

Include Protected Members
Include Inherited Members

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

The Presentations type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Count Returns the number of objects in the collection. (Inherited from Collection.)
Public property Count Returns the number of objects in the specified collection. Read-only.
Public property Item Returns a single Presentation object from the specified Presentations collection.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method _Index(Int32) Reserved for internal use. (Inherited from Collection.)
Public method _Index(Int32) Reserved for internal use.
Public method Add Creates a presentation. Returns a Presentation object that represents the new presentation.
Public method CanCheckOut Returns true if Microsoft PowerPoint can check out a specified presentation from a server.
Public method CheckOut Copies a specified presentation from a server to a local computer for editing. Returns the local path and file name of the presentation checked out.
Public method GetEnumerator() Returns an enumerator that iterates through the collection. (Inherited from Collection.)
Public method GetEnumerator() Returns an enumerator that iterates through collection of Presentation objects
Public method Open Opens the specified presentation. Returns a Presentation object that represents the opened presentation.
Public method Open2007 Opens the specified presentation and provides the option to repair the presentation file. Returns a Presentation object that represents the opened presentation.
Public method OpenOld Reserved for internal use.

Top

See Also

Reference

Presentations Interface

Microsoft.Office.Interop.PowerPoint Namespace