CanvasShapes Members
Include Protected Members
Include Inherited Members
Represents the shapes in a drawing canvas.
The CanvasShapes type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddCallout | Adds a borderless line callout to a drawing canvas. | |
AddConnector | Adds a connecting line between two shapes in a drawing canvas. | |
AddCurve | Adds a Bézier curve in a drawing canvas. | |
AddLabel | Adds a text label to a drawing canvas. | |
AddLine | Adds a line to a drawing canvas. | |
AddPicture | Adds a picture to a drawing canvas. | |
AddPolyline | Adds an open or closed polygon to a drawing canvas. | |
AddShape | Adds an AutoShape to a drawing canvas. | |
AddTextbox | Adds a text box to a drawing canvas. | |
AddTextEffect | Adds a WordArt shape to a drawing canvas. | |
BuildFreeform | Builds a freeform object. | |
GetEnumerator | (Inherited from IEnumerable.) | |
Range | Specifies the shapes to be included in a specific range. | |
SelectAll | Selects all the shapes in the main story, in a canvas, or in headers and footers of a document. |
Top
Properties
Name | Description | |
---|---|---|
Application | Returns a Application object that represents the Microsoft Word application. | |
Count | Returns the number of items in the specified collection. | |
Creator | Returns a value that indicates the application in which the specified object was created. | |
Item | Returns an individual object in a collection. | |
Parent | Returns the parent object of the specified object. |
Top