# C1.WPF.Word.Objects.RtfInnerContent

## Content

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



  <h1 id="C1_WPF_Word_Objects_RtfInnerContent" data-uid="C1.WPF.Word.Objects.RtfInnerContent" class="text-break">RtfInnerContent Class
</h1>
  <div class="markdown level0 summary"><p>The inner document content object.</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.RtfCollection.html">RtfCollection</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.Word.Objects.RtfContent.html">RtfContent</a></div>
    <div class="level4"><span class="xref">RtfInnerContent</span></div>
      <div class="level5"><a class="xref" href="C1.WPF.Word.Objects.RtfParagraphContent.html">RtfParagraphContent</a></div>
      <div class="level5"><a class="xref" href="C1.WPF.Word.Objects.RtfSdtContent.html">RtfSdtContent</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><a class="xref" href="C1.WPF.Word.Objects.IRtfContent.html">IRtfContent</a></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="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_RtfInnerContent_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfInnerContent : RtfContent, ICloneable, IRtfContent, 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="C1_WPF_Word_Objects_RtfInnerContent_IsParagraph" data-uid="C1.WPF.Word.Objects.RtfInnerContent.IsParagraph">
          <a class="xref" href="C1.WPF.Word.Objects.RtfInnerContent.IsParagraph.html#C1_WPF_Word_Objects_RtfInnerContent_IsParagraph">IsParagraph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets paragraph or no this content.</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="C1_WPF_Word_Objects_RtfInnerContent_Clone_C1_WPF_Word_Objects_RtfObject_" data-uid="C1.WPF.Word.Objects.RtfInnerContent.Clone(C1.WPF.Word.Objects.RtfObject)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfInnerContent.Clone.html#C1_WPF_Word_Objects_RtfInnerContent_Clone_C1_WPF_Word_Objects_RtfObject_">Clone(RtfObject)</a>
        </td>
        <td class="markdown level1 summary"><p>A copy of the current collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfInnerContent_CopyTo_C1_WPF_Word_Objects_IRtfContent_" data-uid="C1.WPF.Word.Objects.RtfInnerContent.CopyTo(C1.WPF.Word.Objects.IRtfContent)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfInnerContent.CopyTo.html#C1_WPF_Word_Objects_RtfInnerContent_CopyTo_C1_WPF_Word_Objects_IRtfContent_">CopyTo(IRtfContent)</a>
        </td>
        <td class="markdown level1 summary"><p>Copy to content other content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfInnerContent_CopyTo_C1_WPF_Word_Objects_RtfParagraph_" data-uid="C1.WPF.Word.Objects.RtfInnerContent.CopyTo(C1.WPF.Word.Objects.RtfParagraph)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfInnerContent.CopyTo.html#C1_WPF_Word_Objects_RtfInnerContent_CopyTo_C1_WPF_Word_Objects_RtfParagraph_">CopyTo(RtfParagraph)</a>
        </td>
        <td class="markdown level1 summary"><p>Copy to content the Word/RTF paragraph object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
