Share via


ParagraphFormat.WordWrap Property (Word)

True if Microsoft Word wraps Latin text in the middle of a word in the specified paragraphs or text frames. Read/write Long.

Syntax

expression .WordWrap

expression Required. A variable that represents a ParagraphFormat object.

Remarks

This property returns wdUndefined if it is set to True for only some of the specified paragraphs or text frames. This usage may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.

Example

This example sets Microsoft Word to wrap Latin text in the middle of a word in the first paragraph of the active document.

ActiveDocument.Paragraphs(1).WordWrap = True

See Also

Concepts

ParagraphFormat Object

ParagraphFormat Object Members