Slides Members (PowerPoint)
A collection of all the Slide objects in the specified presentation.
Methods
Name |
Description |
---|---|
Creates a new slide, adds it to the Slides collection, and returns the slide. |
|
Returns a Slide object that represents the slide with the specified slide ID number. Each slide is automatically assigned a unique slide ID number when it is created. Use the SlideID property to return a slide's ID number. |
|
Inserts slides from a file into a presentation, at the specified location. Returns an Integer that represents the number of slides inserted. |
|
Returns a single Slide object from the specified Slides collection. |
|
Pastes the slides on the Clipboard into the Slides collection for the presentation. Specify where you want to insert the slides with the Index argument. Returns a SlideRange object that represents the pasted objects. Each pasted slide becomes a member of the specified Slides collection. |
|
Returns a SlideRange object that represents a subset of the slides in a Slides collection. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the creator of the specified object. |
|
Returns the number of objects in the specified collection. Read-only. |
|
Returns the parent object for the specified object. |