如果该属性值为 True,则全是大写字母时可对其进行断字。Boolean 类型,可读写。
本示例自动为指定的文档断字,并允许对全是大写字母的单词进行断字。
With ActiveDocument .AutoHyphenation = True .HyphenateCaps = True End With