no_extra_line_spacing property

CompatibilityOptions.no_extra_line_spacing property

Do Not Center Content on Lines With Exact Line Height.

@property
def no_extra_line_spacing(self) -> bool:
    ...

@no_extra_line_spacing.setter
def no_extra_line_spacing(self, value: bool):
    ...

See Also