comment_shape属性
comment_shape属性
获取表示附加到指定注意事项的形状的 Shape 对象。
例子
shape = comment1.comment_shape
w = shape.width
h = shape.height
定义:
@property
def comment_shape(self):
...
获取表示附加到指定注意事项的形状的 Shape 对象。
shape = comment1.comment_shape
w = shape.width
h = shape.height
@property
def comment_shape(self):
...