# C1.C1Word.Objects.RtfListTemplate

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Word_Objects_RtfListTemplate" data-uid="C1.C1Word.Objects.RtfListTemplate" class="text-break">RtfListTemplate Class
</h1>
  <div class="markdown level0 summary"><p>The Word/RTF list template class.</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.C1Word.Objects.RtfObject.html">RtfObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Word.Objects.RtfCollection.html">RtfCollection</a></div>
    <div class="level3"><span class="xref">RtfListTemplate</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><a class="xref" href="C1.C1Word.Objects.IRtfList.html">IRtfList</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Word.Objects.html">C1.C1Word.Objects</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Word.4.8.dll</h6>
  <h5 id="C1_C1Word_Objects_RtfListTemplate_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfListTemplate : RtfCollection, ICloneable, IEnumerable, IRtfList</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfListTemplate
    Inherits RtfCollection
    Implements ICloneable, IEnumerable, IRtfList</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_C1Word_Objects_RtfListTemplate_Id" data-uid="C1.C1Word.Objects.RtfListTemplate.Id">
          <a class="xref" href="C1.C1Word.Objects.RtfListTemplate.Id.html#C1_C1Word_Objects_RtfListTemplate_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets identifier of this list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfListTemplate_Item_System_Int32_" data-uid="C1.C1Word.Objects.RtfListTemplate.Item(System.Int32)">
          <a class="xref" href="C1.C1Word.Objects.RtfListTemplate.Item.html#C1_C1Word_Objects_RtfListTemplate_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Word/RTF list level at the specified index within the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfListTemplate_LevelCount" data-uid="C1.C1Word.Objects.RtfListTemplate.LevelCount">
          <a class="xref" href="C1.C1Word.Objects.RtfListTemplate.LevelCount.html#C1_C1Word_Objects_RtfListTemplate_LevelCount">LevelCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets level count for this list template.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfListTemplate_ListOrder" data-uid="C1.C1Word.Objects.RtfListTemplate.ListOrder">
          <a class="xref" href="C1.C1Word.Objects.RtfListTemplate.ListOrder.html#C1_C1Word_Objects_RtfListTemplate_ListOrder">ListOrder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets list order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Word_Objects_RtfListTemplate_TemplateId" data-uid="C1.C1Word.Objects.RtfListTemplate.TemplateId">
          <a class="xref" href="C1.C1Word.Objects.RtfListTemplate.TemplateId.html#C1_C1Word_Objects_RtfListTemplate_TemplateId">TemplateId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets identifier of the list template.</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_C1Word_Objects_RtfListTemplate_Clone_C1_C1Word_Objects_RtfObject_" data-uid="C1.C1Word.Objects.RtfListTemplate.Clone(C1.C1Word.Objects.RtfObject)">
          <a class="xref" href="C1.C1Word.Objects.RtfListTemplate.Clone.html#C1_C1Word_Objects_RtfListTemplate_Clone_C1_C1Word_Objects_RtfObject_">Clone(RtfObject)</a>
        </td>
        <td class="markdown level1 summary"><p>A copy of the current collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
