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 |
---|---|
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. | |
Returns a Slides collection which provides access to all slides in the specified presentation. |
Methods
Name |
Description |
---|---|
Returns an IEnumerator for the Slides in a Presentation |