Share via


View.ShowAll Property (Word)

True if all nonprinting characters (such as hidden text, tab marks, space marks, and paragraph marks) are displayed. Read/write Boolean.

Syntax

expression .ShowAll

expression Required. A variable that represents a View object.

Example

This example displays all nonprinting characters in the active window.

ActiveDocument.ActiveWindow.View.ShowAll = True

This example toggles the display of nonprinting characters in the first window.

Windows(1).View.ShowAll = Not Windows(1).View.ShowAll

See Also

Concepts

View Object

View Object Members