comment_shape属性

comment_shape属性

获取一个 Shape 对象,该对象表示附加到指定注释的形状。

例子


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

定义:

@property
def comment_shape(self):
    ...

也可以看看