CanvasShapes.AddLabel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a text label to a drawing canvas.
public:
Microsoft::Office::Interop::Word::Shape ^ AddLabel(Microsoft::Office::Core::MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Word.Shape AddLabel (Microsoft.Office.Core.MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
abstract member AddLabel : Microsoft.Office.Core.MsoTextOrientation * single * single * single * single -> Microsoft.Office.Interop.Word.Shape
Public Function AddLabel (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.
- Left
- Single
The position, measured in points, of the left edge of the label relative to the left edge of the drawing canvas.
- Top
- Single
The position, measured in points, of the top edge of the label relative to the top edge of the drawing canvas.
- Width
- Single
The width of the label, in points.
- Height
- Single
The height of the label, in points.