View.ShowOptionalBreaks Property

Word Developer Reference

True if Microsoft Word displays optional line breaks. Read/write Boolean.

Syntax

expression.ShowOptionalBreaks

expression   An expression that returns a View object.

Example

This example displays the optional line breaks in the active window.

Visual Basic for Applications
  ActiveDocument.ActiveWindow.View.ShowOptionalBreaks = True

See Also