# C1.WPF.Word.Objects.RtfStyle

## Content

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



  <h1 id="C1_WPF_Word_Objects_RtfStyle" data-uid="C1.WPF.Word.Objects.RtfStyle" class="text-break">RtfStyle Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF 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"><span class="xref">RtfStyle</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.Word.Objects.RtfCharacterStyle.html">RtfCharacterStyle</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Word.Objects.RtfListStyle.html">RtfListStyle</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Word.Objects.RtfParagraphStyle.html">RtfParagraphStyle</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_RtfStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class RtfStyle : RtfObject, 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_RtfStyle_Culture" data-uid="C1.WPF.Word.Objects.RtfStyle.Culture">
          <a class="xref" href="C1.WPF.Word.Objects.RtfStyle.Culture.html#C1_WPF_Word_Objects_RtfStyle_Culture">Culture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets culture information (language) for this string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfStyle_IsDefault" data-uid="C1.WPF.Word.Objects.RtfStyle.IsDefault">
          <a class="xref" href="C1.WPF.Word.Objects.RtfStyle.IsDefault.html#C1_WPF_Word_Objects_RtfStyle_IsDefault">IsDefault</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets name for this style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfStyle_Name" data-uid="C1.WPF.Word.Objects.RtfStyle.Name">
          <a class="xref" href="C1.WPF.Word.Objects.RtfStyle.Name.html#C1_WPF_Word_Objects_RtfStyle_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets name for this style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfStyle_Title" data-uid="C1.WPF.Word.Objects.RtfStyle.Title">
          <a class="xref" href="C1.WPF.Word.Objects.RtfStyle.Title.html#C1_WPF_Word_Objects_RtfStyle_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets title for this style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
