ShowTextBoundaries Property
Applies To
View object.
Description
True if dotted lines are displayed around page margins, text columns, objects, and frames in page layout view. Read/write Boolean.
Example
This example switches the active window to page view and displays text boundary lines.
With ActiveWindow.View
.Type = wdPageView
.ShowTextBoundaries = True
End With