Shapes Members (Word)
A collection of Shape objects that represent all the shapes in a document or all the shapes in all the headers and footers in a document. Each Shape object represents an object in the drawing layer, such as an AutoShape, freeform, OLE object, or picture.
Methods
Name |
Description |
---|---|
Adds a borderless line callout to a drawing canvas. . |
|
Adds a drawing canvas to a document. Returns a Shape object that represents the drawing canvas and adds it to the Shapes collection. |
|
Inserts a chart, of the specified type, as a shape into the active document, and opens Microsoft Office Excel with a sheet that contains the default data that Microsoft Word uses to create the chart. |
|
Returns a Shape object that represents a Bézier curve in a drawing canvas. |
|
Adds a text label to a drawing canvas. |
|
Adds a line to a drawing canvas. |
|
Creates an ActiveX control (formerly known as an OLE control). Returns the InlineShape object that represents the new ActiveX control. |
|
Creates an OLE object. Returns the InlineShape object that represents the new OLE object. |
|
Adds a picture to a drawing canvas. Returns a Shape object that represents the picture and adds it to the CanvasShapes collection. |
|
Adds an open or closed polygon to a drawing canvas. Returns a Shape object that represents the polygon and adds it to the CanvasShapes collection. |
|
Adds an AutoShape to a document. Returns a Shape object that represents the AutoShape and adds it to the Shapes collection. |
|
Inserts the specified SmartArt graphic into the active document. |
|
Adds a text box to a drawing canvas. |
|
Adds a WordArt shape to a drawing canvas. Returns a Shape object that represents the WordArt and adds it to the CanvasShapes collection. |
|
Builds a freeform object. |
|
Returns an individual Shape object in a collection. |
|
Returns a ShapeRange object that represents the shapes within a range. |
|
Selects all the shapes in a collection of shapes. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a Long that represents the number of shapes in the collection. Read-only. |
|
Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
|
Returns an Object that represents the parent object of the specified Shapes object. |