# GrapeCity.Documents.Word.LayoutMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_LayoutMode" data-uid="GrapeCity.Documents.Word.LayoutMode" class="text-break">LayoutMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how text is laid out in the layout grid for a section.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_LayoutMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LayoutMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LayoutMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_LayoutMode_Default">Default</td>
        <td><p>No grid is used to lay out text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_LayoutMode_Lines">Lines</td>
        <td><p>Text is laid out on a grid; the user specifies the number of lines, but not the number of characters per line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_LayoutMode_LinesAndChars">LinesAndChars</td>
        <td><p>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.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_LayoutMode_SnapToChars">SnapToChars</td>
        <td><p>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.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
