# GrapeCity.Documents.Word.OMathOptions.WrapIndent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathOptions_WrapIndent_" data-uid="GrapeCity.Documents.Word.OMathOptions.WrapIndent*">WrapIndent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathOptions_WrapIndent_" data-uid="GrapeCity.Documents.Word.OMathOptions.WrapIndent*"></a>
<h4 id="GrapeCity_Documents_Word_OMathOptions_WrapIndent" data-uid="GrapeCity.Documents.Word.OMathOptions.WrapIndent">WrapIndent</h4>
<div class="markdown level1 summary"><p>Gets or sets the indent of the wrapped line of an instance of mathematical text.</p>
<p>Allowed values are from <b>-1</b> to <b>1584</b>, inclusive.</p>
<p>The default value is <b>72</b>.</p> 
<p>This property is ignored when <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.UseDisplayDefaults.html#GrapeCity_Documents_Word_OMathOptions_UseDisplayDefaults">UseDisplayDefaults</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
<p>The line or lines of a wrapped instance of mathematical text after the line break 
can either be indented by a positive specified amount from the left margin, or right aligned if the value set to <b>-1</b>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float WrapIndent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property WrapIndent As Single</code></pre>
</div>
</div>
