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