Shapes Members (PowerPoint)
A collection of all the Shape objects on the specified slide.
Methods
Name |
Description |
---|---|
Creates a borderless line callout. Returns a Shape object that represents the new callout. |
|
Adds a chart to a presentation. |
|
Adds a comment. Returns a Shape object that represents the new comment. |
|
Creates a connector. Returns a Shape object that represents the new connector. When a connector is added, it is not connected to anything. Use the BeginConnect and EndConnect methods to attach the beginning and end of a connector to other shapes in the document. |
|
Creates a Bézier curve. Returns a Shape object that represents the new curve. |
|
Creates a label. Returns a Shape object that represents the new label. |
|
Creates a line. Returns a Shape object that represents the new line. |
|
Creates a media object. Returns a Shape object that represents the new media object. |
|
Adds a new media object. |
|
Adds a media object from an embedded tag to a Shapes object. |
|
Creates an OLE object. Returns a Shape object that represents the new OLE object. |
|
Creates a picture from an existing file. Returns a Shape object that represents the new picture. |
|
Restores a previously deleted placeholder on a slide. Returns a Shape object that represents the restored placeholder. |
|
Creates an open polyline or a closed polygon drawing. Returns a Shape object that represents the new polyline or polygon. |
|
Creates an AutoShape. Returns a Shape object that represents the new AutoShape. |
|
Adds a SmartArt diagram to the Shapes object. |
|
Adds a table shape to a slide. |
|
Creates a text box. Returns a Shape object that represents the new text box. |
|
Creates a WordArt object. Returns a Shape object that represents the new WordArt object. |
|
Restores a previously deleted title placeholder to a slide. Returns a Shape object that represents the restored title. |
|
Builds a freeform object. Returns a FreeformBuilder object that represents the freeform as it is being built. |
|
Returns a single Shape object from the specified Shapes collection. |
|
Pastes the shapes, slides, or text on the Clipboard into the specified Shapes collection, at the top of the z-order. Each pasted object becomes a member of the specified Shapes collection. If the Clipboard contains entire slides, the slides will be pasted as shapes that contain the images of the slides. If the Clipboard contains a text range, the text will be pasted into a newly created TextFrame shape. Returns a ShapeRange object that represents the pasted objects. |
|
Pastes the contents of the Clipboard, using a special format. |
|
Returns a ShapeRange object that represents a subset of the shapes in a Shapes collection. |
|
Selects all shapes (in a Shapes collection) or all diagram nodes (in a DiagramNodes or DiagramNodeChildren 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 a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in Microsoft PowerPoint, this property returns the hexadecimal number 50575054. Read-only. |
|
Returns whether the collection of objects on the specified slide contains a title placeholder. Read-only. |
|
Returns the parent object for the specified object. |
|
Returns a Placeholders collection that represents the collection of all the placeholders on a slide. Read-only. |
|
Returns a Shape object that represents the slide title. Read-only. |