height property

height property

Returns or sets the bullet height of a paragraph with no inheritance. Value float.NaN determines that bullet inherits height from the first portion in the paragraph. Read/write float.

Definition:

@property
def height(self):
    ...

@height.setter
def height(self, value):
    ...

See Also