wp_justification property

CompatibilityOptions.wp_justification property

Emulate WordPerfect 6.x Paragraph Justification.

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

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

See Also