dash_style Eigentum

dash_style Eigentum

Gibt den Strichtyp der Linie an.

Beispiel

from aspose.cells.drawing import MsoLineDashStyle

lineFmt.dash_style = MsoLineDashStyle.SOLID

Definition:

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

Siehe auch