# GrapeCity.Documents.Text.HorizontalPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_HorizontalPosition" data-uid="GrapeCity.Documents.Text.HorizontalPosition" class="text-break">HorizontalPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Chooses the relative horizontal position for an anchored object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_HorizontalPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HorizontalPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HorizontalPosition</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_Text_HorizontalPosition_CharCenter">CharCenter</td>
        <td><p>The object center coincides with anchor character (line) center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_CharLeftIn">CharLeftIn</td>
        <td><p>The object left side coincides with anchor character (line) left side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_CharLeftOut">CharLeftOut</td>
        <td><p>The object right side coincides with anchor character (line) left side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_CharRightIn">CharRightIn</td>
        <td><p>The object right side coincides with anchor character (line) right side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_CharRightOut">CharRightOut</td>
        <td><p>The object left side coincides with anchor character (line) right side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ContentCenter">ContentCenter</td>
        <td><p>The object center coincides with anchor content center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ContentLeftIn">ContentLeftIn</td>
        <td><p>The object left side coincides with anchor content left side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ContentLeftOut">ContentLeftOut</td>
        <td><p>The object right side coincides with anchor content left side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ContentRightIn">ContentRightIn</td>
        <td><p>The object right side coincides with anchor content right side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ContentRightOut">ContentRightOut</td>
        <td><p>The object left side coincides with anchor content right side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_FixedCenter">FixedCenter</td>
        <td><p>The object center is set to some fixed position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_FixedLeft">FixedLeft</td>
        <td><p>The object left side is set to some fixed position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_FixedRight">FixedRight</td>
        <td><p>The object right side is set to some fixed position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_MarginCenter">MarginCenter</td>
        <td><p>The object center coincides with the layout box center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_MarginLeftIn">MarginLeftIn</td>
        <td><p>The object left side coincides with the left margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_MarginLeftOut">MarginLeftOut</td>
        <td><p>The object right side coincides with the left margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_MarginRightIn">MarginRightIn</td>
        <td><p>The object right side coincides with the right margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_MarginRightOut">MarginRightOut</td>
        <td><p>The object left side coincides with the right margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ParagraphCenter">ParagraphCenter</td>
        <td><p>The object center coincides with anchor paragraph center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ParagraphLeftIn">ParagraphLeftIn</td>
        <td><p>The object left side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ParagraphLeftOut">ParagraphLeftOut</td>
        <td><p>The object right side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ParagraphRightIn">ParagraphRightIn</td>
        <td><p>The object right side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_HorizontalPosition_ParagraphRightOut">ParagraphRightOut</td>
        <td><p>The object left side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
