Aspose::Cells::Drawing::Shape::GetTextBody method
Shape::GetTextBody method
Gets and sets the setting of the shape’s text.
FontSettingCollection Aspose::Cells::Drawing::Shape::GetTextBody()
Examples
FontSettingCollection fontSettingCollection = shape.GetTextBody();
fontSettingCollection.SetText(u"This is a test.");
See Also
- Class FontSettingCollection
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++