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
- Class U16String
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++