Aspose::Cells::Drawing::Shape::GetTitle method

Shape::GetTitle method

Specifies the title (caption) of the current shape object.

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

Examples

if (shape.GetTitle() == u"title")
{
    shape.SetTitle(u"title1");
}

See Also