join_type property
join_type property
Specifies the line join type.
Example
from aspose.cells.drawing import LineJoinType
lineFmt.join_type = LineJoinType.ROUND
Definition:
@property
def join_type(self):
    ...
@join_type.setter
def join_type(self, value):
    ...
See Also
- module 
aspose.cells.drawing - class 
LineFormat - class 
LineJoinType