comment_shape property

comment_shape property

Get a Shape object that represents the shape attached to the specified comment.

Example


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

Definition:

@property
def comment_shape(self):
    ...

See Also