Aspose::Cells::Drawing::Shape::GetText method

Shape::GetText method

Represents the string in this TextBox object.

U16String Aspose::Cells::Drawing::Shape::GetText()

Examples

if (shape.GetText().IsNull())
    shape.SetText(u"This is a test.");

See Also