# GrapeCity.Documents.Word.TabStop

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_TabStop" data-uid="GrapeCity.Documents.Word.TabStop" class="text-break">TabStop Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single custom tab stop and its formatting properties.</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"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">TabStop</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_TabStop_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TabStop : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TabStop
    Inherits FormattingBag</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_TabStop_Alignment" data-uid="GrapeCity.Documents.Word.TabStop.Alignment">
          <a class="xref" href="GrapeCity.Documents.Word.TabStop.Alignment.html#GrapeCity_Documents_Word_TabStop_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text alignment applied at this tab stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStop_BaseKey" data-uid="GrapeCity.Documents.Word.TabStop.BaseKey">
          <a class="xref" href="GrapeCity.Documents.Word.TabStop.BaseKey.html#GrapeCity_Documents_Word_TabStop_BaseKey">BaseKey</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base (this class) key for formatting properties.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStop_IsClear" data-uid="GrapeCity.Documents.Word.TabStop.IsClear">
          <a class="xref" href="GrapeCity.Documents.Word.TabStop.IsClear.html#GrapeCity_Documents_Word_TabStop_IsClear">IsClear</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the tab stop clears any other tab stops at the same position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStop_Leader" data-uid="GrapeCity.Documents.Word.TabStop.Leader">
          <a class="xref" href="GrapeCity.Documents.Word.TabStop.Leader.html#GrapeCity_Documents_Word_TabStop_Leader">Leader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of leader line displayed under the tab character at this tab stop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStop_Position" data-uid="GrapeCity.Documents.Word.TabStop.Position">
          <a class="xref" href="GrapeCity.Documents.Word.TabStop.Position.html#GrapeCity_Documents_Word_TabStop_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the tab stop, in points.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
