# GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.UseParagraphOutlineLevel

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Fields_TocStyleLevelCollection_UseParagraphOutlineLevel_" data-uid="GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.UseParagraphOutlineLevel*">UseParagraphOutlineLevel Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Fields_TocStyleLevelCollection_UseParagraphOutlineLevel_" data-uid="GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.UseParagraphOutlineLevel*"></a>
<h4 id="GrapeCity_Documents_Word_Fields_TocStyleLevelCollection_UseParagraphOutlineLevel" data-uid="GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.UseParagraphOutlineLevel">UseParagraphOutlineLevel</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether to use outline level applied to paragraph instead of styles.</p>
<p>The default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p> 
<p>If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, the TOC field collects paragraphs whose outline level corresponds to the <a class="xref" href="GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.OutlineLevels.html#GrapeCity_Documents_Word_Fields_TocStyleLevelCollection_OutlineLevels">OutlineLevels</a> property.</p>
<p>Paragraphs formatted with custom styles listed in this collection will be collected unless their outline level is <a class="xref" href="GrapeCity.Documents.Word.OutlineLevel.html#GrapeCity_Documents_Word_OutlineLevel_BodyText">BodyText</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool UseParagraphOutlineLevel { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property UseParagraphOutlineLevel As Boolean</code></pre>
</div>
</div>
