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

See also

PageSetup Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.