WdGutterStyle can be one of these WdGutterStyle constants. |
wdGutterPosLeft |
wdGutterPosRight |
wdGutterPosTop |
expression.GutterPos
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 gutter to appear on the right side of the document.
ActiveDocument.PageSetup.GutterPos = wdGutterPosRight