Paragraphs.WordWrap Property

Definition

Determines if Microsoft Word wraps Latin text in the middle of a word in the specified paragraphs or text frames.

public:
 property int WordWrap { int get(); void set(int value); };
public int WordWrap { get; set; }
member this.WordWrap : int with get, set
Public Property WordWrap As Integer

Property Value

Remarks

This property returns True if Word wraps Latin text in the middle of a word in the specified paragraphs or text frames, and False if not. Set the property value to True or False to enable or disable the functionality.

This property returns wdUndefined if 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’ve selected or installed.

Applies to