NON_BREAKING_HYPHEN_CHAR property
ControlChar.NON_BREAKING_HYPHEN_CHAR property
Non-breaking Hyphen in Microsoft Word is (char)30.
@property
def NON_BREAKING_HYPHEN_CHAR(self) -> str:
...
Remarks
Non-breaking Hyphen in Microsoft Word does not correspond to the Unicode character U+2011 non-breaking hyphen but instead represents internal information that tells Microsoft Word to display a hyphen and not to break a line.
Useful info: http://www.cs.tut.fi/~jkorpela/dashes.html#linebreaks.
See Also
- module aspose.words
- class ControlChar