WdGutterStyleOld can be one of these WdGutterStyleOld constants. |
wdGutterStyleLatin |
wdGutterStyleBidi |
expression.GutterStyle
expression Required. An expression that returns a PageSetup object.
Remarks
For more information on using Word with right-to-left languages, see Word features for right-to-left languages.
Example
This example sets the current document to follow a gutter style for a right-to-left language document.
ActiveDocument.PageSetup.GutterStyle = wdGutterStyleBidi