# GrapeCity.Documents.Word.Indentation.AutoAdjustRightIndent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Indentation_AutoAdjustRightIndent_" data-uid="GrapeCity.Documents.Word.Indentation.AutoAdjustRightIndent*">AutoAdjustRightIndent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Indentation_AutoAdjustRightIndent_" data-uid="GrapeCity.Documents.Word.Indentation.AutoAdjustRightIndent*"></a>
<h4 id="GrapeCity_Documents_Word_Indentation_AutoAdjustRightIndent" data-uid="GrapeCity.Documents.Word.Indentation.AutoAdjustRightIndent">AutoAdjustRightIndent</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the right indent should be automatically adjusted
when a document grid is defined for the current section.
This modifies the effective right indent of the paragraph.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool AutoAdjustRightIndent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property AutoAdjustRightIndent As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_Indentation_AutoAdjustRightIndent_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This setting helps ensure that line breaks are not determined by the width of the final character on the line.</p>
</div>
</div>
