CanvasShapes Members (Word)
Use the CanvasItems property of either a Shape or ShapeRange object to return a CanvasShapes collection.
Methods
Name |
Description |
---|---|
Adds a borderless line callout to a drawing canvas. Returns a Shape object that represents the callout. |
|
Returns a Shape object that represents a connecting line between two shapes in a drawing canvas. |
|
Returns a Shape object that represents a Bézier curve in a drawing canvas. |
|
Adds a text label to a drawing canvas. Returns a Shapes object that represents the text label. |
|
Adds a line to a drawing canvas. Returns a Shape object that represents the line and adds it to the CanvasShapes collection. |
|
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. |
|
Adds an AutoShape to a drawing canvas. Returns a Shape object that represents the AutoShape. |
|
Adds a text box to a drawing canvas. Returns a Shape object that represents the text box. |
|
Adds a WordArt shape to a drawing canvas. Returns a Shape object that represents the WordArt. |
|
Builds a freeform object. Returns a FreeformBuilder object that represents the freeform as it is being built. . |
|
Returns an individual Shape object in a collection. |
|
Returns a ShapeRange object. |
|
Selects all the shapes in a canvas. |
Properties
Name |
Description |
---|---|
Returns an Application object that represents the Microsoft Word application. |
|
Returns a Long that represents the number of canvas shapes in the specified 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 CanvasShapes object. |