Selection Object Members
PowerPoint Developer Reference |
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 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 Boolean. | |
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. This range can contain the drawings, shapes, OLE objects, pictures, text objects, titles, headers, footers, slide number placeholder, and date and time objects on a 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 (Selection object) or the text in the specified text frame (TextFrame object). | |
Type | Returns a PpSelectionType constant that represents the type of objects in a selection. Read-only. |