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
- class FontSettingCollection
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells