CanvasShapes.AddLabel Method
Adds a text label to a drawing canvas.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function AddLabel ( _
Orientation As MsoTextOrientation, _
Left As Single, _
Top As Single, _
Width As Single, _
Height As Single _
) As Shape
'Usage
Dim instance As CanvasShapes
Dim Orientation As MsoTextOrientation
Dim Left As Single
Dim Top As Single
Dim Width As Single
Dim Height As Single
Dim returnValue As Shape
returnValue = instance.AddLabel(Orientation, _
Left, Top, Width, Height)
Shape AddLabel(
MsoTextOrientation Orientation,
float Left,
float Top,
float Width,
float Height
)
Parameters
- Orientation
Type: MsoTextOrientation
The orientation of the text.
- Left
Type: System.Single
The position, measured in points, of the left edge of the label relative to the left edge of the drawing canvas.
- Top
Type: System.Single
The position, measured in points, of the top edge of the label relative to the top edge of the drawing canvas.
- Width
Type: System.Single
The width of the label, in points.
- Height
Type: System.Single
The height of the label, in points.
Return Value
Type: Microsoft.Office.Interop.Word.Shape