TextBody

Shape.TextBody property

Obtiene y establece la configuración del texto de la forma.

public FontSettingCollection TextBody { get; }

Ejemplos


[C#]
Aspose.Cells.Drawing.Texts.FontSettingCollection fontSettingCollection = shape.TextBody;
fontSettingCollection.Text = "This is a test.";

Ver también