WdLayoutMode Enumeration 

Specifies how text is laid out in the layout mode for the current document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdLayoutMode1 As WdLayoutMode = WdLayoutMode.wdLayoutModeDefault

Syntax

Public Enum WdLayoutMode
public enum WdLayoutMode
public enum class WdLayoutMode
public enum WdLayoutMode
public enum WdLayoutMode

Members

Member name Description
wdLayoutModeDefault No grid is used to lay out text.
wdLayoutModeGenko 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.
wdLayoutModeGrid 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 Text is laid out on a grid; the user specifies the number of lines, but not the number of characters per line.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace