Aspose::Cells::Drawing::SignatureLine::GetTitle method

SignatureLine::GetTitle method

Gets and sets the title of singer.

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

Examples

// Create signature line object
SignatureLine s4;
if (s4.GetTitle().IsNull() || s4.GetTitle().IsEmpty())
{
    s4.SetTitle(u"Development Lead");
}

See Also