# GrapeCity.Documents.Word.TablePosition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_TablePosition" data-uid="GrapeCity.Documents.Word.TablePosition" class="text-break">TablePosition Class
</h1>
  <div class="markdown level0 summary"><p>Represents information about the current table with regard to floating tables.
Floating tables are tables in a document which are not part of the main text flow in the document,
and are instead absolutely positioned with a specific size and position relative to non-frame content in the current document.</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">TablePosition</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_TablePosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TablePosition : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TablePosition
    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_TablePosition_AllowOverlap" data-uid="GrapeCity.Documents.Word.TablePosition.AllowOverlap">
          <a class="xref" href="GrapeCity.Documents.Word.TablePosition.AllowOverlap.html#GrapeCity_Documents_Word_TablePosition_AllowOverlap">AllowOverlap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the current table shall allow other floating tables to overlap its extents when the tables are displayed in a document.
If true, then no adjustment shall be made to prevent tables whose properties would normally cause them to overlap from overlapping when displayed.
If false, then the tables shall be adjusted as needed to prevent them from overlapping when displayed by adjusting the floating table properties as needed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TablePosition_Distance" data-uid="GrapeCity.Documents.Word.TablePosition.Distance">
          <a class="xref" href="GrapeCity.Documents.Word.TablePosition.Distance.html#GrapeCity_Documents_Word_TablePosition_Distance">Distance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum distance which shall be maintained between the current floating table and text in the text in the paragraphs which are around this floating table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TablePosition_Horizontal" data-uid="GrapeCity.Documents.Word.TablePosition.Horizontal">
          <a class="xref" href="GrapeCity.Documents.Word.TablePosition.Horizontal.html#GrapeCity_Documents_Word_TablePosition_Horizontal">Horizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal positioning of the current floating table within a document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TablePosition_Vertical" data-uid="GrapeCity.Documents.Word.TablePosition.Vertical">
          <a class="xref" href="GrapeCity.Documents.Word.TablePosition.Vertical.html#GrapeCity_Documents_Word_TablePosition_Vertical">Vertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical positioning of the current floating table within a document.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
