height_inch property

height_inch property

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

Example


comment1.height_inch = 1.0

Definition:

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

See Also