dash_style propriété
dash_style propriété
Spécifie le type de tiret de ligne.
Exemple
from aspose.cells.drawing import MsoLineDashStyle
lineFmt.dash_style = MsoLineDashStyle.SOLID
Définition:
@property
def dash_style(self):
...
@dash_style.setter
def dash_style(self, value):
...
Voir également
- module aspose.cells.drawing
- classe LineFormat
- classe MsoLineDashStyle