comment_shape属性

comment_shape属性

获取表示附加到指定注意事项的形状的 Shape 对象。

例子


shape = comment1.comment_shape
w = shape.width
h = shape.height

定义:

@property
def comment_shape(self):
    ...

也可以看看