Aspose::Cells::Drawing::Shape::GetAlternativeText method

Shape::GetAlternativeText method

Returns or sets the descriptive (alternative) text string of the Shape object.

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

Examples

if (shape.GetAlternativeText() == u"rectangle")
{
    shape.SetAlternativeText(u"a rectangle");
}

See Also