Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

A Presentation object represents a PowerPoint presentation. To return a Presentation object: Call PowerPointApplication.Open() to open an existing PowerPoint presentation.

C#
vb.net

Examples

C#
vb.net

Properties

Name

Description

DocumentProperties

Returns a DocumentProperties object that represents properties of the specified presentation, such as name, author, and summary. In Microsoft PowerPoint, these properties are displayed in the file's Properties sheet. To view the Properties sheet in PowerPoint, open PowerPoint's File menu, and select Properties.

Slides

Returns a Slides collection which provides access to all slides in the specified presentation.

Methods

Name

Description

GetEnumerator()

Returns an IEnumerator for the Slides in a Presentation

  • No labels