# GrapeCity.Documents.Word.Fields.DisplayListNumber

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_Fields_DisplayListNumber" data-uid="GrapeCity.Documents.Word.Fields.DisplayListNumber" class="text-break">DisplayListNumber Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how field should display referenced paragraph list number.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Fields.html">GrapeCity.Documents.Word.Fields</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Fields_DisplayListNumber_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DisplayListNumber</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DisplayListNumber</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_Fields_DisplayListNumber_AllLevels">AllLevels</td>
        <td><p>Causes the field to display the referenced paragraph list number for the all levels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_DisplayListNumber_CurrentLevel">CurrentLevel</td>
        <td><p>Causes the field to display the referenced paragraph list number for the current level only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_DisplayListNumber_None">None</td>
        <td><p>Causes the field to does not display the referenced paragraph list number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Fields_DisplayListNumber_RelativeLevels">RelativeLevels</td>
        <td><p>Causes the field to display the referenced paragraph list number relative to its position in the numbering scheme.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
