Partager via


Selection Members (PowerPoint)

Represents the selection in the specified document window. The Selection object is deleted whenever you change slides in an active slide view (the Type property will return ppSelectionNone).

Methods

Name

Description

Copy

Copies the specified object to the Clipboard.

Cut

Deletes the specified object and places it on the Clipboard.

Delete

Deletes the specified Selection object.

Unselect

Cancels the current selection.

Properties

Name

Description

Application

Returns an Application object that represents the creator of the specified object.

ChildShapeRange

Returns a ShapeRange object that represents the child shapes of a selection.

HasChildShapeRange

True if the selection contains child shapes. Read-only.

Parent

Returns the parent object for the specified object.

ShapeRange

Returns a ShapeRange object that represents all the slide objects that have been selected on the specified slide. Read-only.

SlideRange

Returns a SlideRange object that represents a range of selected slides. Read-only.

TextRange

Returns a TextRange object that represents the selected text. Read-only.

TextRange2

Returns the TextRange2 object of the current Selection object. Read-only.

Type

Represents the type of objects in a selection. Read-only.