Aspose::Cells::Drawing::Shape::GetText method
Shape::GetText method
Gets and sets the text of this shape.
U16String Aspose::Cells::Drawing::Shape::GetText()
Examples
if (shape.GetText().IsNull())
shape.SetText(u"This is a test.");
See Also
- Class U16String
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++