WdGutterStyleOld Enumeration
Specifies whether the gutter style should conform to left-to-right text flow or right-to-left text flow.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdGutterStyleOld
'Usage
Dim instance As WdGutterStyleOld
public enum WdGutterStyleOld
Members
Member name | Description | |
---|---|---|
wdGutterStyleLatin | Latin gutter should be used to conform to left-to-right text flow. | |
wdGutterStyleBidi | Bidirectional gutter should be used to conform to right-to-left text flow. |