WdGutterStyle 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 where the gutter appears in the document.
public enum class WdGutterStyle
[System.Runtime.InteropServices.Guid("28B55FC9-4A35-3F42-99FA-923EC633B8F1")]
public enum WdGutterStyle
type WdGutterStyle =
Public Enum WdGutterStyle
- Inheritance
-
WdGutterStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdGutterPosLeft | 0 | On the left side. |
wdGutterPosTop | 1 | At the top. |
wdGutterPosRight | 2 | On the right side. |