ActiveDocument.AutoHyphenation = True
For example, in the pic below, the word has hyphenated non-breaking automatically
You can test it by try selecting the Hyphen (which is not there physically)
The following code converts all automatic hyphens to manual ones
ActiveDocument.ConvertAutoHyphens
0 comments:
Post a Comment