Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Application | Returns an Application object that represents the creator of the specified object. |
![]() |
Count | Returns the number of objects in the collection. (Inherited from Collection.) |
![]() |
Count | Returns the number of objects in the specified collection. Read-only. |
![]() |
Item | Returns a single Presentation object from the specified Presentations collection. |
![]() |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) |
![]() |
_Index(Int32) | Reserved for internal use. |
![]() |
Add | Creates a presentation. Returns a Presentation object that represents the new presentation. |
![]() |
CanCheckOut | Returns true if Microsoft PowerPoint can check out a specified presentation from a server. |
![]() |
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. |
![]() |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) |
![]() |
GetEnumerator() | Returns an enumerator that iterates through collection of Presentation objects |
![]() |
Open | Opens the specified presentation. Returns a Presentation object that represents the opened presentation. |
![]() |
Open2007 | Opens the specified presentation and provides the option to repair the presentation file. Returns a Presentation object that represents the opened presentation. |
![]() |
OpenOld | Reserved for internal use. |
Top