# GrapeCity.Documents.Word.Indentation

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Indentation" data-uid="GrapeCity.Documents.Word.Indentation" class="text-break">Indentation Class
</h1>
  <div class="markdown level0 summary"><p>Represents the set of indentation properties applied to a paragraph.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">Indentation</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Indentation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Indentation : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Indentation
    Inherits FormattingBag</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_AutoAdjustRightIndent" data-uid="GrapeCity.Documents.Word.Indentation.AutoAdjustRightIndent">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.AutoAdjustRightIndent.html#GrapeCity_Documents_Word_Indentation_AutoAdjustRightIndent">AutoAdjustRightIndent</a>
        </td>
        <td 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>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_CharacterUnitFirstLineIndent" data-uid="GrapeCity.Documents.Word.Indentation.CharacterUnitFirstLineIndent">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.CharacterUnitFirstLineIndent.html#GrapeCity_Documents_Word_Indentation_CharacterUnitFirstLineIndent">CharacterUnitFirstLineIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first-line or hanging indent in character units.
Use a positive value for a first-line indent, and a negative value for a hanging indent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_CharacterUnitLeftIndent" data-uid="GrapeCity.Documents.Word.Indentation.CharacterUnitLeftIndent">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.CharacterUnitLeftIndent.html#GrapeCity_Documents_Word_Indentation_CharacterUnitLeftIndent">CharacterUnitLeftIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left indent value, in character units, for the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_CharacterUnitRightIndent" data-uid="GrapeCity.Documents.Word.Indentation.CharacterUnitRightIndent">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.CharacterUnitRightIndent.html#GrapeCity_Documents_Word_Indentation_CharacterUnitRightIndent">CharacterUnitRightIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right indent value, in character units, for the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_FirstLineIndent" data-uid="GrapeCity.Documents.Word.Indentation.FirstLineIndent">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.FirstLineIndent.html#GrapeCity_Documents_Word_Indentation_FirstLineIndent">FirstLineIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the first-line or hanging indent value, in points.
Use a positive value for a first-line indent, and a negative value for a hanging indent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_LeftIndent" data-uid="GrapeCity.Documents.Word.Indentation.LeftIndent">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.LeftIndent.html#GrapeCity_Documents_Word_Indentation_LeftIndent">LeftIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left indent value, in points, for the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_MirrorIndents" data-uid="GrapeCity.Documents.Word.Indentation.MirrorIndents">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.MirrorIndents.html#GrapeCity_Documents_Word_Indentation_MirrorIndents">MirrorIndents</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the paragraph indents should be interpreted as mirrored indents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_RightIndent" data-uid="GrapeCity.Documents.Word.Indentation.RightIndent">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.RightIndent.html#GrapeCity_Documents_Word_Indentation_RightIndent">RightIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right indent value, in points, for the paragraph.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_Indentation_ClearFormatting" data-uid="GrapeCity.Documents.Word.Indentation.ClearFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.Indentation.ClearFormatting.html#GrapeCity_Documents_Word_Indentation_ClearFormatting">ClearFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the indent formatting to default values.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
