suppress_top_spacing_wp property

CompatibilityOptions.suppress_top_spacing_wp property

Emulate WordPerfect 5.x Line Spacing.

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

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

See Also