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