# GrapeCity.Documents.Excel.Drawing.TextAlignmentAnchor

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_Drawing_TextAlignmentAnchor" data-uid="GrapeCity.Documents.Excel.Drawing.TextAlignmentAnchor" class="text-break">TextAlignmentAnchor Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the horizontal alignment for text within the TextFrame of Shape.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.Drawing.html">GrapeCity.Documents.Excel.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_Drawing_TextAlignmentAnchor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextAlignmentAnchor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextAlignmentAnchor</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_Excel_Drawing_TextAlignmentAnchor_Center">Center</td>
        <td><p>Center text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextAlignmentAnchor_Distribute">Distribute</td>
        <td><p>Distribute text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextAlignmentAnchor_Justify">Justify</td>
        <td><p>Justify text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextAlignmentAnchor_Left">Left</td>
        <td><p>Left text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextAlignmentAnchor_Mixed">Mixed</td>
        <td><p>Mixed text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_Drawing_TextAlignmentAnchor_Right">Right</td>
        <td><p>Right text alignment.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
