PageSetup.GutterStyle Property (Word)
Returns or sets whether Microsoft Word uses gutters for the current document based on a right-to-left language or a left-to-right language. Read/write WdGutterStyleOld.
Syntax
expression .GutterStyle
expression Required. A variable that represents a PageSetup object.
Example
This example sets the current document to follow a gutter style for a right-to-left language document.
ActiveDocument.PageSetup.GutterStyle = wdGutterStyleBidi