Aspose::Cells::Drawing::LineFormat::GetCapType method

LineFormat::GetCapType method

Specifies the ending caps.

LineCapType Aspose::Cells::Drawing::LineFormat::GetCapType()

Examples

LineCapType capType = lineFmt.GetCapType();

See Also