# C1.WPF.Word.Objects.RtfTableObject

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Word_Objects_RtfTableObject" data-uid="C1.WPF.Word.Objects.RtfTableObject" class="text-break">RtfTableObject Class
</h1>
  <div class="markdown level0 summary"><p>The common (base) Word/RTF table object (cell, row ...).</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="C1.WPF.Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.Word.Objects.RtfBorderObject.html">RtfBorderObject</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.Word.Objects.RtfFilledObject.html">RtfFilledObject</a></div>
    <div class="level4"><a class="xref" href="C1.WPF.Word.Objects.RtfDiagonalObject.html">RtfDiagonalObject</a></div>
    <div class="level5"><span class="xref">RtfTableObject</span></div>
      <div class="level6"><a class="xref" href="C1.WPF.Word.Objects.RtfCell.html">RtfCell</a></div>
      <div class="level6"><a class="xref" href="C1.WPF.Word.Objects.RtfRow.html">RtfRow</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.Objects.html">C1.WPF.Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_Objects_RtfTableObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RtfTableObject : RtfDiagonalObject, ICloneable</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="C1_WPF_Word_Objects_RtfTableObject_Alignment" data-uid="C1.WPF.Word.Objects.RtfTableObject.Alignment">
          <a class="xref" href="C1.WPF.Word.Objects.RtfTableObject.Alignment.html#C1_WPF_Word_Objects_RtfTableObject_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets content of the table element alignment.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
