compound_type 属性
compound_type 属性
指定复合线型
定义:
@property
def compound_type(self):
...
@compound_type.setter
def compound_type(self, value):
...
也可以看看
- 模块 aspose.cells.drawing
- 类 Line
- 类 MsoLineStyle
指定复合线型
@property
def compound_type(self):
...
@compound_type.setter
def compound_type(self, value):
...