compound_type Eigentum
compound_type Eigentum
Gibt den Linienverbundtyp an.
Beispiel
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):
...
Siehe auch
- Modul
aspose.cells.drawing - Klasse
LineFormat - Klasse
MsoLineStyle