# C1.WPF.Word.Objects.RtfParagraphStyle

## Content

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



  <h1 id="C1_WPF_Word_Objects_RtfParagraphStyle" data-uid="C1.WPF.Word.Objects.RtfParagraphStyle" class="text-break">RtfParagraphStyle Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF paragraph style 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.RtfStyle.html">RtfStyle</a></div>
    <div class="level3"><span class="xref">RtfParagraphStyle</span></div>
      <div class="level4"><a class="xref" href="C1.WPF.Word.Objects.RtfTableStyle.html">RtfTableStyle</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_RtfParagraphStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfParagraphStyle : RtfStyle, ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_RtfParagraphStyle__ctor" data-uid="C1.WPF.Word.Objects.RtfParagraphStyle.#ctor">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParagraphStyle.-ctor.html#C1_WPF_Word_Objects_RtfParagraphStyle__ctor">RtfParagraphStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>The Word/RTF style constructor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_RtfParagraphStyle_Paragraph" data-uid="C1.WPF.Word.Objects.RtfParagraphStyle.Paragraph">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParagraphStyle.Paragraph.html#C1_WPF_Word_Objects_RtfParagraphStyle_Paragraph">Paragraph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Word/RTF paragraph of this paragraph style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfParagraphStyle_String" data-uid="C1.WPF.Word.Objects.RtfParagraphStyle.String">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParagraphStyle.String.html#C1_WPF_Word_Objects_RtfParagraphStyle_String">String</a>
        </td>
        <td class="markdown level1 summary"><p>Gets Word/RTF string (characters) of this paragraph style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
