# GrapeCity.Documents.Word.ListLevel.IsLegal

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_ListLevel_IsLegal_" data-uid="GrapeCity.Documents.Word.ListLevel.IsLegal*">IsLegal Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_ListLevel_IsLegal_" data-uid="GrapeCity.Documents.Word.ListLevel.IsLegal*"></a>
<h4 id="GrapeCity_Documents_Word_ListLevel_IsLegal" data-uid="GrapeCity.Documents.Word.ListLevel.IsLegal">IsLegal</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the level turns all inherited numbers to Arabic.
The false value preserves their number style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool IsLegal { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property IsLegal As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_ListLevel_IsLegal_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Always returns false and raises the <a class="xref" href="GrapeCity.Documents.Word.BulletListPropertyException.html">BulletListPropertyException</a> on set if the property <a class="xref" href="GrapeCity.Documents.Word.ListLevel.NumberStyle.html#GrapeCity_Documents_Word_ListLevel_NumberStyle">NumberStyle</a> equals <a class="xref" href="GrapeCity.Documents.Word.NumberStyle.html#GrapeCity_Documents_Word_NumberStyle_Bullet">Bullet</a>.</p>
</div>
</div>
