# GrapeCity.Documents.Drawing.FixedTableSides

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Drawing_FixedTableSides" data-uid="GrapeCity.Documents.Drawing.FixedTableSides" class="text-break">FixedTableSides Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies which sides of a table are fixed. Position of those sides does not depend on the table content.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_FixedTableSides_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FixedTableSides</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FixedTableSides</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_Drawing_FixedTableSides_All">All</td>
        <td><p>All sides of a table are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_BottomLeft">BottomLeft</td>
        <td><p>Bottom and left sides are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_BottomLeftRight">BottomLeftRight</td>
        <td><p>Bottom, left and right sides are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_BottomRight">BottomRight</td>
        <td><p>Bottom and right sides are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_LeftTopBottom">LeftTopBottom</td>
        <td><p>Left, top and bottom sides are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_RightTopBottom">RightTopBottom</td>
        <td><p>Right, top and bottom sides are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_TopLeft">TopLeft</td>
        <td><p>Top and left sides are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_TopLeftRight">TopLeftRight</td>
        <td><p>Top, left and right sides are fixed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_FixedTableSides_TopRight">TopRight</td>
        <td><p>Top and right sides are fixed.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
