cap_type property

cap_type property

Specifies the ending caps.

Example

from aspose.cells.drawing import LineCapType

lineFmt.cap_type = LineCapType.FLAT

Definition:

@property
def cap_type(self):
    ...
@cap_type.setter
def cap_type(self, value):
    ...

See Also