Hyphenation Property

Applies To

Paragraph object, ParagraphFormat object, Paragraphs collection object.

Description

True if the specified paragraphs are included in automatic hyphenation. False if the specified paragraphs are to be excluded from automatic hyphenation. Can be True, False or wdUndefined. Read/write Long.

See Also

AutoHyphenation property, HyphenateCaps property, HyphenationZone property.

Example

This example turns off automatic hyphenation for all paragraphs in the active document that have the Normal style.

ActiveDocument.Styles("Normal").ParagraphFormat.Hyphenation = False