Share via


PageSetup.GutterStyle Property

Word Developer Reference

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.

Visual Basic for Applications
  ActiveDocument.PageSetup.GutterStyle = wdGutterStyleBidi

See Also