# GrapeCity.Documents.Word.OutlineLevel

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_OutlineLevel" data-uid="GrapeCity.Documents.Word.OutlineLevel" class="text-break">OutlineLevel Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the outline level of a paragraph in the document.</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_OutlineLevel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum OutlineLevel</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum OutlineLevel</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_OutlineLevel_BodyText">BodyText</td>
        <td><p>The paragraph is at the level of the main text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level1">Level1</td>
        <td><p>The paragraph is at the outline level 1 (topmost level).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level2">Level2</td>
        <td><p>The paragraph is at the outline level 2.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level3">Level3</td>
        <td><p>The paragraph is at the outline level 3.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level4">Level4</td>
        <td><p>The paragraph is at the outline level 4.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level5">Level5</td>
        <td><p>The paragraph is at the outline level 5.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level6">Level6</td>
        <td><p>The paragraph is at the outline level 6.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level7">Level7</td>
        <td><p>The paragraph is at the outline level 7.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level8">Level8</td>
        <td><p>The paragraph is at the outline level 8.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OutlineLevel_Level9">Level9</td>
        <td><p>The paragraph is at the outline level 9.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
