WdLayoutMode 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 how text is laid out in the layout mode for the current document.
public enum class WdLayoutMode
[System.Runtime.InteropServices.Guid("B9D5B662-C047-3EF3-97EC-B6BED7499BC9")]
public enum WdLayoutMode
type WdLayoutMode =
Public Enum WdLayoutMode
- Inheritance
-
WdLayoutMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdLayoutModeDefault | 0 | No grid is used to lay out text. |
wdLayoutModeGrid | 1 | Text is laid out on a grid; the user specifies the number of lines and the number of characters per line. As the user types, Microsoft Word doesn't automatically align characters with gridlines. |
wdLayoutModeLineGrid | 2 | Text is laid out on a grid; the user specifies the number of lines, but not the number of characters per line. |
wdLayoutModeGenko | 3 | Text is laid out on a grid; the user specifies the number of lines and the number of characters per line. As the user types, Microsoft Word automatically aligns characters with gridlines. |