# GrapeCity.Documents.Word.ShapeVerticalRelativePosition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition" data-uid="GrapeCity.Documents.Word.ShapeVerticalRelativePosition" class="text-break">ShapeVerticalRelativePosition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the element relative to which the vertical position of an object is defined.</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_ShapeVerticalRelativePosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ShapeVerticalRelativePosition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ShapeVerticalRelativePosition</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_ShapeVerticalRelativePosition_BottomMargin">BottomMargin</td>
        <td><p>Relative to bottom margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition_InsideMargin">InsideMargin</td>
        <td><p>Relative to inner margin area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition_Line">Line</td>
        <td><p>Relative to line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition_Margin">Margin</td>
        <td><p>Relative to margin.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition_OutsideMargin">OutsideMargin</td>
        <td><p>Relative to outer margin area.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition_Page">Page</td>
        <td><p>Relative to page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition_Paragraph">Paragraph</td>
        <td><p>Relative to paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_ShapeVerticalRelativePosition_TopMargin">TopMargin</td>
        <td><p>Relative to top margin.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
