# GrapeCity.Documents.Word.TabStopAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_TabStopAlignment" data-uid="GrapeCity.Documents.Word.TabStopAlignment" class="text-break">TabStopAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the alignment type of a tab stop.</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_TabStopAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TabStopAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TabStopAlignment</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_TabStopAlignment_Bar">Bar</td>
        <td><p>Displays a vertical bar at the tab stop position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopAlignment_Center">Center</td>
        <td><p>Centers the text on the tab stop position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopAlignment_Clear">Clear</td>
        <td><p>Removes any tab stop at this position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopAlignment_Decimal">Decimal</td>
        <td><p>Aligns the text at the decimal point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopAlignment_Left">Left</td>
        <td><p>Left-aligns the text following the tab stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopAlignment_List">List</td>
        <td><p>Specifies a tab stop used as a delimiter between the number or bullet and the text in a list item.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopAlignment_Right">Right</td>
        <td><p>Right-aligns the text at the tab stop position.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
