Partager via


Slides Members (PowerPoint)

A collection of all the Slide objects in the specified presentation.

Methods

Name

Description

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.

InsertFromFile

Inserts slides from a file into a presentation, at the specified location. Returns an Integer that represents the number of slides inserted.

Item

Returns a single Slide object from the specified Slides collection.

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.

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.

Parent

Returns the parent object for the specified object.