# GrapeCity.Documents.Word.TableFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_TableFormat" data-uid="GrapeCity.Documents.Word.TableFormat" class="text-break">TableFormat Class
</h1>
  <div class="markdown level0 summary"><p>Represents formatting of a table.</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"><a class="xref" href="GrapeCity.Documents.Word.TableFormatBase.html">TableFormatBase</a></div>
    <div class="level3"><span class="xref">TableFormat</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_TableFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableFormat : TableFormatBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableFormat
    Inherits TableFormatBase</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_TableFormat_Bidi" data-uid="GrapeCity.Documents.Word.TableFormat.Bidi">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.Bidi.html#GrapeCity_Documents_Word_TableFormat_Bidi">Bidi</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the cells in this table shall be visually represented in a right to left direction.
This property also affects the application of all table-level properties.
When this property is specified, then the ordering of all cells (and table-level properties) in this table
shall be applied to the table assuming that the table is a normal left to right table, but the table cells shall be displayed in a right to left direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableFormat_Description" data-uid="GrapeCity.Documents.Word.TableFormat.Description">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.Description.html#GrapeCity_Documents_Word_TableFormat_Description">Description</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the description of the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableFormat_Position" data-uid="GrapeCity.Documents.Word.TableFormat.Position">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.Position.html#GrapeCity_Documents_Word_TableFormat_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the table with regard to floating tables.</p>
<p>
This property has effect only if <a class="xref" href="GrapeCity.Documents.Word.TableFormat.WrapAroundText.html#GrapeCity_Documents_Word_TableFormat_WrapAroundText">WrapAroundText</a> is true.
</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableFormat_TableGrid" data-uid="GrapeCity.Documents.Word.TableFormat.TableGrid">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.TableGrid.html#GrapeCity_Documents_Word_TableFormat_TableGrid">TableGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the table grid for the current table.
The table grid is a definition of the set of grid columns that define all of the shared vertical edges of the table, as well as default widths for each of these grid columns.
These grid column widths are then used to determine the size of the table based on the table layout algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableFormat_Title" data-uid="GrapeCity.Documents.Word.TableFormat.Title">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.Title.html#GrapeCity_Documents_Word_TableFormat_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the table title.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableFormat_WrapAroundText" data-uid="GrapeCity.Documents.Word.TableFormat.WrapAroundText">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.WrapAroundText.html#GrapeCity_Documents_Word_TableFormat_WrapAroundText">WrapAroundText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the current table is actually a floating table.</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_TableFormat_ClearFormatting" data-uid="GrapeCity.Documents.Word.TableFormat.ClearFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.ClearFormatting.html#GrapeCity_Documents_Word_TableFormat_ClearFormatting">ClearFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to default table formatting.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableFormat_SetAlignment_GrapeCity_Documents_Word_TableAlignment_" data-uid="GrapeCity.Documents.Word.TableFormat.SetAlignment(GrapeCity.Documents.Word.TableAlignment)">
          <a class="xref" href="GrapeCity.Documents.Word.TableFormat.SetAlignment.html#GrapeCity_Documents_Word_TableFormat_SetAlignment_GrapeCity_Documents_Word_TableAlignment_">SetAlignment(TableAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets how the table is aligned in the document.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
