dash_style proprietà

dash_style proprietà

Specifica il tipo di trattino della linea.

Esempio

from aspose.cells.drawing import MsoLineDashStyle

lineFmt.dash_style = MsoLineDashStyle.SOLID

Definizione:

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

Guarda anche