Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LayoutMode Enumeration

In This Topic
    LayoutMode Enumeration
    In This Topic
    Specifies how text is laid out in the layout grid for a section.
    Syntax
    'Declaration
     
    Public Enum LayoutMode 
       Inherits System.Enum
    public enum LayoutMode : System.Enum 
    Members
    MemberDescription
    Default No grid is used to lay out text.
    Lines Text is laid out on a grid; the user specifies the number of lines, but not the number of characters per line.
    LinesAndChars 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.
    SnapToChars 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.LayoutMode

    See Also