# C1.WPF.Word.Objects.RtfListText.ListLevel

## Content

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



<h1 id="C1_WPF_Word_Objects_RtfListText_ListLevel_" data-uid="C1.WPF.Word.Objects.RtfListText.ListLevel*">ListLevel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Word_Objects_RtfListText_ListLevel_" data-uid="C1.WPF.Word.Objects.RtfListText.ListLevel*"></a>
<h4 id="C1_WPF_Word_Objects_RtfListText_ListLevel" data-uid="C1.WPF.Word.Objects.RtfListText.ListLevel">ListLevel</h4>
<div class="markdown level1 summary"><p>Gets or set level of the list to which the paragraph belongs.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int ListLevel { get; set; }</code></pre>
</div>
<h5 id="C1_WPF_Word_Objects_RtfListText_ListLevel_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>For all simple lists, N should always be 0. For multilevel lists, it can be 0 through 8. The value 9 is never used.
The values 10 through 12 have the special meanings for documents generated by Word 6: 10 = ilvlBullet (a bulleted paragraph in Word 6),
11 = ilvlList (a numbered paragraph in Word 6),
12 = ilvlContinue (a paragraph that was not itself numbered, but took its indenting scheme from its numbering properties and
did not “break” numbering (that in Word 6 required otherwise contiguous paragraphs).</p>
</div>
</div>
