TextBody

Shape.TextBody property

Ruft die Einstellung für den Text der Form ab und legt sie fest.

public FontSettingCollection TextBody { get; }

Beispiele


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

Siehe auch