# GrapeCity.Documents.Word.ParagraphAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_ParagraphAlignment" data-uid="GrapeCity.Documents.Word.ParagraphAlignment" class="text-break">ParagraphAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies text alignment in a paragraph.</p>
</div>
  <div class="markdown level0 conceptual"></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_ParagraphAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ParagraphAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ParagraphAlignment</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_Both">Both</td>
        <td><p>Text is aligned to both left and right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_Center">Center</td>
        <td><p>Text is centered horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_Distribute">Distribute</td>
        <td><p>Text is evenly distributed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_End">End</td>
        <td><p>Text is aligned to the end.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_HighKashida">HighKashida</td>
        <td><p>Arabic only. Kashida length for text is extended to its widest possible length.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_Left">Left</td>
        <td><p>Text is aligned to the left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_LowKashida">LowKashida</td>
        <td><p>Arabic only. Kashida length for text is extended to a slightly longer length.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_MediumKashida">MediumKashida</td>
        <td><p>Arabic only. Kashida length for text is extended to a medium length determined by the consumer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_NumTab">NumTab</td>
        <td><p>Align to list tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_Right">Right</td>
        <td><p>Text is aligned to the right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_Start">Start</td>
        <td><p>Text is aligned to the start.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ParagraphAlignment_ThaiDistribute">ThaiDistribute</td>
        <td><p>Thai only. Text is justified with an optimization for Thai.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
