# GrapeCity.Spreadsheet.Drawing.TextEffectAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment" data-uid="GrapeCity.Spreadsheet.Drawing.TextEffectAlignment" class="text-break">TextEffectAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies alignment for text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextEffectAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextEffectAlignment</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_Spreadsheet_Drawing_TextEffectAlignment_Center">Center</td>
        <td><p>Centered.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment_Left">Left</td>
        <td><p>Left-aligned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment_LetterJustify">LetterJustify</td>
        <td><p>Text is justified. Spacing between letters may be adjusted to justify text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment_Right">Right</td>
        <td><p>Right- aligned.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment_StretchJustify">StretchJustify</td>
        <td><p>Text is justified. Letters may be stretched to justify text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment_Unspecified">Unspecified</td>
        <td><p>The alignment is unspecified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextEffectAlignment_WordJustify">WordJustify</td>
        <td><p>Text is justified. Spacing between words (but not letters) may be adjusted to justify text.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
