# GrapeCity.Documents.Word.PageGrid

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_PageGrid" data-uid="GrapeCity.Documents.Word.PageGrid" class="text-break">PageGrid Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for a page grid, which enables precise layout of full-width East Asian language characters within a section
by specifying the desired number of characters per line and lines per page for all East Asian text content in section.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">PageGrid</span></div>
  </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_PageGrid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageGrid</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PageGrid</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_PageGrid_CharsLine" data-uid="GrapeCity.Documents.Word.PageGrid.CharsLine">
          <a class="xref" href="GrapeCity.Documents.Word.PageGrid.CharsLine.html#GrapeCity_Documents_Word_PageGrid_CharsLine">CharsLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of characters to be allowed on the page grid for each line in a section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_PageGrid_LayoutMode" data-uid="GrapeCity.Documents.Word.PageGrid.LayoutMode">
          <a class="xref" href="GrapeCity.Documents.Word.PageGrid.LayoutMode.html#GrapeCity_Documents_Word_PageGrid_LayoutMode">LayoutMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the layout mode for a section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_PageGrid_LinesPage" data-uid="GrapeCity.Documents.Word.PageGrid.LinesPage">
          <a class="xref" href="GrapeCity.Documents.Word.PageGrid.LinesPage.html#GrapeCity_Documents_Word_PageGrid_LinesPage">LinesPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of lines to be allowed on the page grid for the page assuming all lines have equal line pitch applied to them.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_PageGrid_ClearFormatting" data-uid="GrapeCity.Documents.Word.PageGrid.ClearFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.PageGrid.ClearFormatting.html#GrapeCity_Documents_Word_PageGrid_ClearFormatting">ClearFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets grid options to default values.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
