Slides Members
Include Protected Members
Include Inherited Members
A collection of all the Slide objects in the specified presentation.
The Slides 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 collection. (Inherited from Collection.) | |
Count | Returns the number of objects in the specified collection. Read-only. | |
Item | Returns a single Slide object from the specified Slides collection. | |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) | |
_Index(Int32) | Reserved for internal use. | |
Add | Reserved for internal use. | |
AddSlide | Creates a new slide, adds it to the Slides collection, and returns the slide. | |
FindBySlideID | 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. | |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) | |
GetEnumerator() | Returns an enumerator that iterates through the collection of Slide objects. | |
InsertFromFile | Inserts slides from a file into a presentation, at the specified location. Returns an integer that represents the number of slides inserted. | |
Paste | 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. | |
Range | Returns a SlideRange object that represents a subset of the slides in a Slides collection. |
Top