# C1.WPF.Word.Objects.RtfFilledObject

## Content

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



  <h1 id="C1_WPF_Word_Objects_RtfFilledObject" data-uid="C1.WPF.Word.Objects.RtfFilledObject" class="text-break">RtfFilledObject Class
</h1>
  <div class="markdown level0 summary"><p>The common (base) Word/RTF filled object (paragraph, 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"><span class="xref">RtfFilledObject</span></div>
      <div class="level4"><a class="xref" href="C1.WPF.Word.Objects.RtfDiagonalObject.html">RtfDiagonalObject</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Word.Objects.RtfParagraph.html">RtfParagraph</a></div>
      <div class="level4"><a class="xref" href="C1.WPF.Word.Objects.RtfPicture.html">RtfPicture</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_RtfFilledObject_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RtfFilledObject : RtfBorderObject, 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_RtfFilledObject_BackFilling" data-uid="C1.WPF.Word.Objects.RtfFilledObject.BackFilling">
          <a class="xref" href="C1.WPF.Word.Objects.RtfFilledObject.BackFilling.html#C1_WPF_Word_Objects_RtfFilledObject_BackFilling">BackFilling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background filling color (used in the pattern).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfFilledObject_ForeFilling" data-uid="C1.WPF.Word.Objects.RtfFilledObject.ForeFilling">
          <a class="xref" href="C1.WPF.Word.Objects.RtfFilledObject.ForeFilling.html#C1_WPF_Word_Objects_RtfFilledObject_ForeFilling">ForeFilling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground filling color (used in the pattern).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfFilledObject_Pattern" data-uid="C1.WPF.Word.Objects.RtfFilledObject.Pattern">
          <a class="xref" href="C1.WPF.Word.Objects.RtfFilledObject.Pattern.html#C1_WPF_Word_Objects_RtfFilledObject_Pattern">Pattern</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the RTF filling pattern type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
