Shape.TextBody

Shape.TextBody property

Gets and sets the setting of the shape’s text.

public FontSettingCollection TextBody { get; }

Examples


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

See Also