WdGutterStyleOld Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies whether the gutter style should conform to left-to-right text flow or right-to-left text flow.
public enum class WdGutterStyleOld
[System.Runtime.InteropServices.Guid("A952AF67-0B87-3F27-8647-F0D2BCE47722")]
public enum WdGutterStyleOld
type WdGutterStyleOld =
Public Enum WdGutterStyleOld
- Inheritance
-
WdGutterStyleOld
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdGutterStyleLatin | -10 | Latin gutter should be used to conform to left-to-right text flow. |
wdGutterStyleBidi | 2 | Bidirectional gutter should be used to conform to right-to-left text flow. |