compound_type Eigentum
compound_type Eigentum
Gibt den Verbundtyp der Linie 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