Word does automatic hyphenation at the end of line when the AutomaticHyphenation feature is turned on
ActiveDocument.AutoHyphenation = True
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
No comments:
Post a Comment