dash_style 属性
dash_style 属性
指定虚线类型。
例子
from aspose.cells.drawing import MsoLineDashStyle
lineFmt.dash_style = MsoLineDashStyle.SOLID
定义:
@property
def dash_style(self):
...
@dash_style.setter
def dash_style(self, value):
...
指定虚线类型。
from aspose.cells.drawing import MsoLineDashStyle
lineFmt.dash_style = MsoLineDashStyle.SOLID
@property
def dash_style(self):
...
@dash_style.setter
def dash_style(self, value):
...