Share via


Presentations Members (PowerPoint)

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

Methods

Name

Description

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 a String that represents the local path and file name of the presentation checked out.

Item

Returns a single Presentation object from the specified Presentations collection.

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.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified object.

Count

Returns the number of objects in the specified collection. Read-only.

Parent

Returns the parent object for the specified object.