CanvasShapes.AddTextbox Method

Definition

Adds a text box to a drawing canvas.

public:
 Microsoft::Office::Interop::Word::Shape ^ AddTextbox(Microsoft::Office::Core::MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Word.Shape AddTextbox (Microsoft.Office.Core.MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
abstract member AddTextbox : Microsoft.Office.Core.MsoTextOrientation * single * single * single * single -> Microsoft.Office.Interop.Word.Shape
Public Function AddTextbox (Orientation As MsoTextOrientation, Left As Single, Top As Single, Width As Single, Height As Single) As Shape

Parameters

Orientation
MsoTextOrientation

The orientation of the text. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

Left
Single

The position, measured in points, of the left edge of the text box.

Top
Single

The position, measured in points, of the top edge of the text box.

Width
Single

The width, measured in points, of the text box.

Height
Single

The height, measured in points, of the text box.

Returns

Applies to