comment_shape 属性
comment_shape 属性
获取表示附加到指定评论的形状的 Shape 对象。
例子
shape = comment1.comment_shape
w = shape.width
h = shape.height
定义:
@property
def comment_shape(self):
...
也可以看看
- 模块 aspose.cells
- 类 Comment
- 类 CommentShape
获取表示附加到指定评论的形状的 Shape 对象。
shape = comment1.comment_shape
w = shape.width
h = shape.height
@property
def comment_shape(self):
...