CanvasShapes.AddTextbox Método

Definição

Adiciona uma caixa de texto a uma tela de desenho.

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

Parâmetros

Orientation
MsoTextOrientation

A orientação do texto. Algumas dessas constantes podem não estar disponíveis, dependendo do suporte a idioma (português do Brasil, por exemplo) que você selecionou ou instalou.

Left
Single

A posição, medida em pontos, da borda esquerda da caixa de texto.

Top
Single

A posição, medida em pontos, da borda superior da caixa de texto.

Width
Single

A largura, medida em pontos, da caixa de texto.

Height
Single

A altura, medida em pontos, da caixa de texto.

Retornos

Aplica-se a