CanvasShapes.AddLabel Método

Definición

Agrega una etiqueta de texto a un lienzo de dibujo.

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

Parámetros

Orientation
MsoTextOrientation

La orientación del texto.

Left
Single

La posición, medida en puntos, del borde izquierdo de la etiqueta con relación al borde izquierdo del lienzo de dibujo

Top
Single

La posición, medida en puntos, del borde superior de la etiqueta con relación al borde superior del lienzo de dibujo

Width
Single

Ancho del rótulo, en puntos.

Height
Single

Alto del rótulo, en puntos.

Devoluciones

Se aplica a