Document.AutoHyphenation (Word)
True, wenn für das angegebene Dokument die automatische Silbentrennung aktiviert ist.
With ActiveDocument
.HyphenationZone = InchesToPoints(0.25)
.HyphenateCaps = False
.AutoHyphenation = True
End With
True, wenn für das angegebene Dokument die automatische Silbentrennung aktiviert ist.
With ActiveDocument
.HyphenationZone = InchesToPoints(0.25)
.HyphenateCaps = False
.AutoHyphenation = True
End With