width_cm 属性
width_cm 属性
表示注释的宽度,单位为厘米。
例子
comment1.width_cm = 1.0
定义:
@property
def width_cm(self):
...
@width_cm.setter
def width_cm(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Comment
表示注释的宽度,单位为厘米。
comment1.width_cm = 1.0
@property
def width_cm(self):
...
@width_cm.setter
def width_cm(self, value):
...