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):
...