# GrapeCity.Documents.Word.TextOrientation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Word_TextOrientation" data-uid="GrapeCity.Documents.Word.TextOrientation" class="text-break">TextOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies text orientation.</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_TextOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextOrientation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextOrientation</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_TextOrientation_EastAsianVetical">EastAsianVetical</td>
        <td><p>A special version of vertical text, where some fonts are
displayed as if rotated by 90 degrees while some fonts
(mostly East Asian) are displayed vertical.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextOrientation_Horizontal">Horizontal</td>
        <td><p>The text is horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextOrientation_MongolianVertical">MongolianVertical</td>
        <td><p>A special version of vertical text, where some fonts are
displayed as if rotated by 90 degrees while some fonts
(mostly East Asian) are displayed vertical. The
difference between this and <a class="xref" href="GrapeCity.Documents.Word.TextOrientation.html#GrapeCity_Documents_Word_TextOrientation_EastAsianVetical">EastAsianVetical</a>
is that text flows from top down, then from left to right
(instead of from right to left).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextOrientation_Vertical">Vertical</td>
        <td><p>The text is vertical.
Each line is rotated clockwise 90 degrees.
Text goes from top to bottom.
Each next line is to the left of the previous one.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextOrientation_Vertical270">Vertical270</td>
        <td><p>The text is vertical.
Each line is rotated clockwise 270 degrees.
Text goes from bottom to top.
Each next line is to the right of the previous one.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextOrientation_WordArtRightToLeft">WordArtRightToLeft</td>
        <td><p>Similar to <a class="xref" href="GrapeCity.Documents.Word.TextOrientation.html#GrapeCity_Documents_Word_TextOrientation_WordArtVertical">WordArtVertical</a>, but
the flow is from right to left rather than from left to right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TextOrientation_WordArtVertical">WordArtVertical</td>
        <td><p>The text is vertical.
Letters are stacked on top of each other from top to bottom.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
