do_not_wrap_text_with_punct property

CompatibilityOptions.do_not_wrap_text_with_punct property

Do Not Allow Hanging Punctuation With Character Grid.

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

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

See Also