weight 属性
weight 属性
获取或设置线路的 WeightType。
定义:
@property
def weight(self):
...
@weight.setter
def weight(self, value):
...
也可以看看
- 模块 aspose.cells.drawing
- 类 Line
- 类 WeightType
获取或设置线路的 WeightType。
@property
def weight(self):
...
@weight.setter
def weight(self, value):
...