# GrapeCity.Documents.Word.TabStopCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_TabStopCollection" data-uid="GrapeCity.Documents.Word.TabStopCollection" class="text-break">TabStopCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Documents.Word.TabStop.html">TabStop</a> objects that define custom tabs for a paragraph or a style.</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">TabStopCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.TabStop.html">TabStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.TabStop.html">TabStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.TabStop.html">TabStop</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></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_TabStopCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TabStopCollection : FormattingBag, IReadOnlyList&lt;TabStop&gt;, IReadOnlyCollection&lt;TabStop&gt;, IEnumerable&lt;TabStop&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TabStopCollection
    Inherits FormattingBag
    Implements IReadOnlyList(Of TabStop), IReadOnlyCollection(Of TabStop), IEnumerable(Of TabStop), IEnumerable</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_TabStopCollection_BaseKey" data-uid="GrapeCity.Documents.Word.TabStopCollection.BaseKey">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.BaseKey.html#GrapeCity_Documents_Word_TabStopCollection_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_TabStopCollection_Count" data-uid="GrapeCity.Documents.Word.TabStopCollection.Count">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Count.html#GrapeCity_Documents_Word_TabStopCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of tab stops in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Item_System_Int32_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Item.html#GrapeCity_Documents_Word_TabStopCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a tab stop at the given index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Item_System_Single_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Item(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Item.html#GrapeCity_Documents_Word_TabStopCollection_Item_System_Single_">this[float]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a tab stop at a specified position.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_TabStopCollection_Add_System_Single_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Add.html#GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_">Add(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds or replaces a tab stop at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_GrapeCity_Documents_Word_TabStopAlignment_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add(System.Single,GrapeCity.Documents.Word.TabStopAlignment)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Add.html#GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_GrapeCity_Documents_Word_TabStopAlignment_">Add(float, TabStopAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds or replaces a tab stop at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_GrapeCity_Documents_Word_TabStopAlignment_GrapeCity_Documents_Word_TabStopLeader_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Add(System.Single,GrapeCity.Documents.Word.TabStopAlignment,GrapeCity.Documents.Word.TabStopLeader)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Add.html#GrapeCity_Documents_Word_TabStopCollection_Add_System_Single_GrapeCity_Documents_Word_TabStopAlignment_GrapeCity_Documents_Word_TabStopLeader_">Add(float, TabStopAlignment, TabStopLeader)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds or replaces a tab stop at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_After_System_Single_" data-uid="GrapeCity.Documents.Word.TabStopCollection.After(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.After.html#GrapeCity_Documents_Word_TabStopCollection_After_System_Single_">After(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first tab stop to the right of a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Before_System_Single_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Before(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Before.html#GrapeCity_Documents_Word_TabStopCollection_Before_System_Single_">Before(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a first tab stop to the left of a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Clear" data-uid="GrapeCity.Documents.Word.TabStopCollection.Clear">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Clear.html#GrapeCity_Documents_Word_TabStopCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes all custom tab stops.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Contains_System_Single_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Contains(System.Single)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Contains.html#GrapeCity_Documents_Word_TabStopCollection_Contains_System_Single_">Contains(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the collection contains a tab stop at a specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_Delete_GrapeCity_Documents_Word_TabStop_" data-uid="GrapeCity.Documents.Word.TabStopCollection.Delete(GrapeCity.Documents.Word.TabStop)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.Delete.html#GrapeCity_Documents_Word_TabStopCollection_Delete_GrapeCity_Documents_Word_TabStop_">Delete(TabStop)</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes a <a class="xref" href="GrapeCity.Documents.Word.TabStop.html">TabStop</a> from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_GetEnumerator" data-uid="GrapeCity.Documents.Word.TabStopCollection.GetEnumerator">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.GetEnumerator.html#GrapeCity_Documents_Word_TabStopCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the tab stops.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TabStopCollection_TryGetValue_System_Single_GrapeCity_Documents_Word_TabStop__" data-uid="GrapeCity.Documents.Word.TabStopCollection.TryGetValue(System.Single,GrapeCity.Documents.Word.TabStop@)">
          <a class="xref" href="GrapeCity.Documents.Word.TabStopCollection.TryGetValue.html#GrapeCity_Documents_Word_TabStopCollection_TryGetValue_System_Single_GrapeCity_Documents_Word_TabStop__">TryGetValue(float, out TabStop)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a tab stop at a specified position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
