Shapes Members
Include Protected Members
Include Inherited Members
The Shapes type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | ||
Count | ||
Creator | ||
HasTitle | ||
Item | ||
Parent | ||
Placeholders | ||
Title |
Top
Methods
Name | Description | |
---|---|---|
AddCallout | ||
AddCanvas | ||
AddChart | Adds a chart to a presentation. | |
AddComment | Adds a comment. Returns a CanvasShapes object that represents the new comment. | |
AddConnector | ||
AddCurve | ||
AddDiagram | ||
AddLabel | ||
AddLine | ||
AddMediaObject | Creates a media object. Returns a CanvasShapes object that represents the new media object. | |
AddOLEObject | Creates an OLE object. Returns a CanvasShapes object that represents the new OLE object. | |
AddPicture | ||
AddPlaceholder | Restores a previously deleted placeholder on a slide. Returns a CanvasShapes object that represents the restored placeholder. | |
AddPolyline | ||
AddShape | ||
AddTable | Adds a table shape to a slide. | |
AddTextbox | ||
AddTextEffect | ||
AddTitle | ||
BuildFreeform | ||
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
Paste | 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. | |
PasteSpecial | Pastes the contents of the Clipboard, using a special format. | |
Range | ||
SelectAll |
Top