# GrapeCity.Documents.Text.VerticalPosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Text_VerticalPosition" data-uid="GrapeCity.Documents.Text.VerticalPosition" class="text-break">VerticalPosition Enum
</h1>
  <div class="markdown level0 summary"><p>Chooses the relative vertical 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_VerticalPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum VerticalPosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum VerticalPosition</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_VerticalPosition_CharBottomIn">CharBottomIn</td>
        <td><p>The object bottom side coincides with anchor line (character) bottom side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_CharBottomOut">CharBottomOut</td>
        <td><p>The object top side coincides with anchor line (character) bottom side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_CharCenter">CharCenter</td>
        <td><p>The object center coincides with anchor line (character) center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_CharTopIn">CharTopIn</td>
        <td><p>The object top side coincides with anchor line (character) top side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_CharTopOut">CharTopOut</td>
        <td><p>The object bottom side coincides with anchor line (character) top side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ContentBottomIn">ContentBottomIn</td>
        <td><p>The object bottom side coincides with anchor content bottom side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ContentBottomOut">ContentBottomOut</td>
        <td><p>The object top side coincides with anchor content bottom side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ContentCenter">ContentCenter</td>
        <td><p>The object center coincides with anchor content center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ContentTopIn">ContentTopIn</td>
        <td><p>The object top side coincides with anchor content top side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ContentTopOut">ContentTopOut</td>
        <td><p>The object bottom side coincides with anchor content top side.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_FixedBottom">FixedBottom</td>
        <td><p>The object bottom side is set to some fixed position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_FixedCenter">FixedCenter</td>
        <td><p>The object center is set to some fixed position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_FixedTop">FixedTop</td>
        <td><p>The object top side is set to some fixed position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_MarginBottomIn">MarginBottomIn</td>
        <td><p>The object bottom side coincides with the bottom margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_MarginBottomOut">MarginBottomOut</td>
        <td><p>The object top side coincides with the bottom margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_MarginCenter">MarginCenter</td>
        <td><p>The object center coincides with the layout box center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_MarginTopIn">MarginTopIn</td>
        <td><p>The object top side coincides with the top margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_MarginTopOut">MarginTopOut</td>
        <td><p>The object bottom side coincides with the top margin of the layout box.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ParagraphBottomIn">ParagraphBottomIn</td>
        <td><p>The object bottom side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ParagraphBottomOut">ParagraphBottomOut</td>
        <td><p>The object top side coincides with anchor paragraph bottom side (horizontal text) or bottom margin (vertical text).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ParagraphCenter">ParagraphCenter</td>
        <td><p>The object center coincides with anchor paragraph center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ParagraphTopIn">ParagraphTopIn</td>
        <td><p>The object top side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_VerticalPosition_ParagraphTopOut">ParagraphTopOut</td>
        <td><p>The object bottom side coincides with anchor paragraph top side (horizontal text) or top margin (vertical text).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
