NamedSlideShow Members
Include Protected Members
Include Inherited Members
Represents a custom slide show, which is a named subset of slides in a presentation.
The NamedSlideShow 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 specified collection. Read-only. | |
Name | You cannot use this property to set the name for a custom slide show. Use the Add(String, Object) method to redefine a custom slide show under a new name. Read-only. | |
Parent | Returns the parent object for the specified object. | |
SlideIDs | Returns an array of slide IDs for the specified named slide show. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified NamedSlideShow object. |
Top