# C1.WPF.Word.Objects.RtfParamCollection

## Content

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



  <h1 id="C1_WPF_Word_Objects_RtfParamCollection" data-uid="C1.WPF.Word.Objects.RtfParamCollection" class="text-break">RtfParamCollection Class
</h1>
  <div class="markdown level0 summary"><p>The collection of shape parameters for the Word/RTF shape.</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">RtfParamCollection</span></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="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_RtfParamCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfParamCollection : RtfObject, ICloneable, 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_RtfParamCollection_Count" data-uid="C1.WPF.Word.Objects.RtfParamCollection.Count">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParamCollection.Count.html#C1_WPF_Word_Objects_RtfParamCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of parameters of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfParamCollection_Item_System_Int32_" data-uid="C1.WPF.Word.Objects.RtfParamCollection.Item(System.Int32)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParamCollection.Item.html#C1_WPF_Word_Objects_RtfParamCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.WPF.Word.IParagraphContent.html">IParagraphContent</a> object of this collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfParamCollection_Item_System_String_" data-uid="C1.WPF.Word.Objects.RtfParamCollection.Item(System.String)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParamCollection.Item.html#C1_WPF_Word_Objects_RtfParamCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Word/RTF shape parameters.</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_RtfParamCollection_Clear" data-uid="C1.WPF.Word.Objects.RtfParamCollection.Clear">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParamCollection.Clear.html#C1_WPF_Word_Objects_RtfParamCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all objects from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfParamCollection_Contains_System_String_" data-uid="C1.WPF.Word.Objects.RtfParamCollection.Contains(System.String)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParamCollection.Contains.html#C1_WPF_Word_Objects_RtfParamCollection_Contains_System_String_">Contains(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the Word/RTF object is located within the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfParamCollection_IndexOf_System_String_" data-uid="C1.WPF.Word.Objects.RtfParamCollection.IndexOf(System.String)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParamCollection.IndexOf.html#C1_WPF_Word_Objects_RtfParamCollection_IndexOf_System_String_">IndexOf(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the index in the collection of the Word/RTF object at name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_Objects_RtfParamCollection_Remove_System_String_" data-uid="C1.WPF.Word.Objects.RtfParamCollection.Remove(System.String)">
          <a class="xref" href="C1.WPF.Word.Objects.RtfParamCollection.Remove.html#C1_WPF_Word_Objects_RtfParamCollection_Remove_System_String_">Remove(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified Word/RTF object from this collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
