suppress_bottom_spacing property

CompatibilityOptions.suppress_bottom_spacing property

Ignore Exact Line Height for Last Line on Page.

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

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

See Also