is_normalize_heights property

is_normalize_heights property

Indicates whether the normalization of height that is to be applied to the text run.

Definition:

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

See Also