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