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):
...