compound_type property
compound_type property
Specifies the line compound type.
Example
from aspose.cells.drawing import MsoLineStyle
lineFmt.compound_type = MsoLineStyle.SINGLE
Definition:
@property
def compound_type(self):
...
@compound_type.setter
def compound_type(self, value):
...
See Also
- module
aspose.cells.drawing - class
LineFormat - class
MsoLineStyle