width_inch property

width_inch property

Represents the width of the comment, in unit of inches.

Example


comment1.width_inch = 1.0

Definition:

@property
def width_inch(self):
    ...
@width_inch.setter
def width_inch(self, value):
    ...

See Also