# GrapeCity.Documents.Word.ListTemplate

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_ListTemplate" data-uid="GrapeCity.Documents.Word.ListTemplate" class="text-break">ListTemplate Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single list template that includes all formatting that defines a list.</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"><span class="xref">ListTemplate</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_ListTemplate_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ListTemplate</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ListTemplate</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="GrapeCity_Documents_Word_ListTemplate_Document" data-uid="GrapeCity.Documents.Word.ListTemplate.Document">
          <a class="xref" href="GrapeCity.Documents.Word.ListTemplate.Document.html#GrapeCity_Documents_Word_ListTemplate_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ListTemplate_Id" data-uid="GrapeCity.Documents.Word.ListTemplate.Id">
          <a class="xref" href="GrapeCity.Documents.Word.ListTemplate.Id.html#GrapeCity_Documents_Word_ListTemplate_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique identifier of the list template.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ListTemplate_IsMultiLevel" data-uid="GrapeCity.Documents.Word.ListTemplate.IsMultiLevel">
          <a class="xref" href="GrapeCity.Documents.Word.ListTemplate.IsMultiLevel.html#GrapeCity_Documents_Word_ListTemplate_IsMultiLevel">IsMultiLevel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the list contains 9 levels,
If this property is false, the list contains only 1 level.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ListTemplate_ListLevels" data-uid="GrapeCity.Documents.Word.ListTemplate.ListLevels">
          <a class="xref" href="GrapeCity.Documents.Word.ListTemplate.ListLevels.html#GrapeCity_Documents_Word_ListTemplate_ListLevels">ListLevels</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="GrapeCity.Documents.Word.ListLevel.html">ListLevel</a> for the list template.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ListTemplate_Name" data-uid="GrapeCity.Documents.Word.ListTemplate.Name">
          <a class="xref" href="GrapeCity.Documents.Word.ListTemplate.Name.html#GrapeCity_Documents_Word_ListTemplate_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the list template.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ListTemplate_StyleDefinition" data-uid="GrapeCity.Documents.Word.ListTemplate.StyleDefinition">
          <a class="xref" href="GrapeCity.Documents.Word.ListTemplate.StyleDefinition.html#GrapeCity_Documents_Word_ListTemplate_StyleDefinition">StyleDefinition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a numbering style that this list template uses as the base numbering definition.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ListTemplate_StyleReference" data-uid="GrapeCity.Documents.Word.ListTemplate.StyleReference">
          <a class="xref" href="GrapeCity.Documents.Word.ListTemplate.StyleReference.html#GrapeCity_Documents_Word_ListTemplate_StyleReference">StyleReference</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a numbering style that serves the actual numbering properties,
and which itself points to the actual underlying list template.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
