wp_space_width property

CompatibilityOptions.wp_space_width property

Specifies whether to set the width of a space as is done in WordPerfect 5.x.

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

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

See Also