# GrapeCity.Documents.Word.TabLeader

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_TabLeader" data-uid="GrapeCity.Documents.Word.TabLeader" class="text-break">TabLeader Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the character that shall be used to fill in the space created by a positional tab.
This character shall be repeated as required to completely fill the tab spacing generated by the positional tab character.</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_TabLeader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TabLeader</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TabLeader</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_TabLeader_Dot">Dot</td>
        <td><p>Use dot leader character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabLeader_Hyphen">Hyphen</td>
        <td><p>Use hyphen leader character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabLeader_MiddleDot">MiddleDot</td>
        <td><p>Use centered dot leader character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabLeader_None">None</td>
        <td><p>Do not use any leader character.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabLeader_Underscore">Underscore</td>
        <td><p>Use underscore leader character.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
