OPTIONAL_HYPHEN_CHAR property

ControlChar.OPTIONAL_HYPHEN_CHAR property

Optional Hyphen in Microsoft Word is (char)31.

@property
def OPTIONAL_HYPHEN_CHAR(self) -> str:
    ...

Remarks

Optional Hyphen in Microsoft Word does not correspond to the Unicode character U+00AD soft hyphen. Instead, it inserts internal information that tells Word about a possible hyphenation point.

See Also