Aspose::Cells::Drawing::SignatureLine::SetIsLine method
SignatureLine::SetIsLine method
Indicates whether it is a signature line.
void Aspose::Cells::Drawing::SignatureLine::SetIsLine(bool value)
Examples
if (s.IsLine() == false)
{
s.SetIsLine(true);
}
See Also
- Class Vector
- Class SignatureLine
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++