# C1.WPF.Word.RtfHorizontalAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Word_RtfHorizontalAlignment" data-uid="C1.WPF.Word.RtfHorizontalAlignment" class="text-break">RtfHorizontalAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>The horizontal (or may be vertical) alignment enumeration of paragraphs, pictures and others objects.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Word.html">C1.WPF.Word</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Word.4.6.2.dll</h6>
  <h5 id="C1_WPF_Word_RtfHorizontalAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum RtfHorizontalAlignment</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="C1_WPF_Word_RtfHorizontalAlignment_Center">Center</td>
        <td><p>Center alignment of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_RtfHorizontalAlignment_Justify">Justify</td>
        <td><p>Justify alignment of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_RtfHorizontalAlignment_Left">Left</td>
        <td><p>Left alignment of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_RtfHorizontalAlignment_Right">Right</td>
        <td><p>Right alignment of the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Word_RtfHorizontalAlignment_Undefined">Undefined</td>
        <td><p>Undefined alignment of the paragraph.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
