Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
True if automatic hyphenation is turned on for the specified document. Read/write Boolean.
Syntax
expression. AutoHyphenation
expression A variable that represents a Document object.
Example
This example turns on automatic hyphenation, with a hyphenation zone of 0.25 inch. Words in all capital letters aren't hyphenated.
With ActiveDocument
.HyphenationZone = InchesToPoints(0.25)
.HyphenateCaps = False
.AutoHyphenation = True
End With
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.