Paragraphs.Hyphenation Property (Word)

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

Syntax

expression .Hyphenation

expression A variable that represents a Paragraphs collection.

Remarks

This property can be True, False or wdUndefined.

Example

This example turns off automatic hyphenation for all paragraphs in the active document.

ActiveDocument.Paragraphs.Hyphenation = False

See Also

Concepts

Paragraphs Collection Object

Paragraphs Object Members