Share via


CanvasShapes Object Members

Word Developer Reference

Use the CanvasItems property of either a Shape or ShapeRange object to return a CanvasShapes collection.

Methods

  Name Description
Bb243424.methods(en-us,office.12).gif AddCallout Adds a borderless line callout to a drawing canvas. Returns a Shape object that represents the callout.
Bb243424.methods(en-us,office.12).gif AddConnector Returns a Shape object that represents a connecting line between two shapes in a drawing canvas.
Bb243424.methods(en-us,office.12).gif AddCurve Returns a Shape object that represents a Bézier curve in a drawing canvas.
Bb243424.methods(en-us,office.12).gif AddLabel Adds a text label to a drawing canvas. Returns a Shapes object that represents the text label.
Bb243424.methods(en-us,office.12).gif AddLine Adds a line to a drawing canvas. Returns a Shape object that represents the line and adds it to the CanvasShapes collection.
Bb243424.methods(en-us,office.12).gif AddPicture Adds a picture to a drawing canvas. Returns a Shape object that represents the picture and adds it to the CanvasShapes collection.
Bb243424.methods(en-us,office.12).gif AddPolyline Adds an open or closed polygon to a drawing canvas. Returns a Shape object that represents the polygon.
Bb243424.methods(en-us,office.12).gif AddShape Adds an AutoShape to a drawing canvas. Returns a Shape object that represents the AutoShape.
Bb243424.methods(en-us,office.12).gif AddTextbox Adds a text box to a drawing canvas. Returns a Shape object that represents the text box.
Bb243424.methods(en-us,office.12).gif AddTextEffect Adds a WordArt shape to a drawing canvas. Returns a Shape object that represents the WordArt.
Bb243424.methods(en-us,office.12).gif BuildFreeform Builds a freeform object. Returns a FreeformBuilder object that represents the freeform as it is being built.
Bb243424.methods(en-us,office.12).gif Item Returns an individual Shape object in a collection.
Bb243424.methods(en-us,office.12).gif Range Returns a ShapeRange object.
Bb243424.methods(en-us,office.12).gif SelectAll Selects all the shapes in a canvas.

Properties

  Name Description
Bb243424.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb243424.properties(en-us,office.12).gif Count Returns a Long that represents the number of canvas shapes in the specified collection. Read-only.
Bb243424.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb243424.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified CanvasShapes object.