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

ParagraphFormat Object

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.