TextBody

Shape.TextBody property

Hämtar och ställer in inställningen för formens text.

public FontSettingCollection TextBody { get; }

Exempel


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

Se även