width 属性
width 属性
表示评论的width,单位为像素。
例子
comment1.width = 10
定义:
@property
def width(self):
...
@width.setter
def width(self, value):
...
也可以看看
- 模块 aspose.cells
- 类 Comment
表示评论的width,单位为像素。
comment1.width = 10
@property
def width(self):
...
@width.setter
def width(self, value):
...