# GrapeCity.Drawing.DrawingTextFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Drawing_DrawingTextFormat" data-uid="GrapeCity.Drawing.DrawingTextFormat" class="text-break">DrawingTextFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the format of a text string relative to its layout rectangle.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Drawing.html">GrapeCity.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Drawing_DrawingTextFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum DrawingTextFormat : long</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum DrawingTextFormat As Long</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_Drawing_DrawingTextFormat_EastAsianVerticalText">EastAsianVerticalText</td>
        <td><p>Displays the text in downward format, except east asian scripts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_Ellipsis">Ellipsis</td>
        <td><p>Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_HorizontalCenter">HorizontalCenter</td>
        <td><p>Specifies that text is horizontal-aligned in the center of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_HorizontalDistributed">HorizontalDistributed</td>
        <td><p>Specifies that text should wrap and be aligned to form straight edges on the left and right, including the last line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_HorizontalJustify">HorizontalJustify</td>
        <td><p>Specifies that text should wrap and be aligned to form straight edges on the left and right, except for the last line which is left justified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_HorizontalRight">HorizontalRight</td>
        <td><p>Text will be draw with right alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_None">None</td>
        <td><p>Specifies to clear DrawingTextFormat.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_VerticalBottom">VerticalBottom</td>
        <td><p>Text will be aligned from bottom to top in the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_VerticalCenter">VerticalCenter</td>
        <td><p>Specifies that text is vertical-aligned in the center of the layout rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_VerticalDistributed">VerticalDistributed</td>
        <td><p>Specifies that rotated text should wrap and be aligned to form straight edges on the top and bottom, including the last line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_VerticalJustify">VerticalJustify</td>
        <td><p>Specifies that rotated text should wrap and be aligned to form straight edges on the top and bottom, except for the last line which is left justified.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_VerticalText">VerticalText</td>
        <td><p>Displays the text in vertical format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Drawing_DrawingTextFormat_Wrap">Wrap</td>
        <td><p>Text wrapping between lines when formatting within a rectangle is enable.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
