# GrapeCity.Documents.Word.EastAsianLayout

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_EastAsianLayout" data-uid="GrapeCity.Documents.Word.EastAsianLayout" class="text-break">EastAsianLayout Class
</h1>
  <div class="markdown level0 summary"><p>Specifies any East Asian typography settings which shall be applied to the contents of a run.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">EastAsianLayout</span></div>
  </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_EastAsianLayout_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EastAsianLayout : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EastAsianLayout
    Inherits FormattingBag</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_EastAsianLayout_FitVerticalInLine" data-uid="GrapeCity.Documents.Word.EastAsianLayout.FitVerticalInLine">
          <a class="xref" href="GrapeCity.Documents.Word.EastAsianLayout.FitVerticalInLine.html#GrapeCity_Documents_Word_EastAsianLayout_FitVerticalInLine">FitVerticalInLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the vertical text <a class="xref" href="GrapeCity.Documents.Word.EastAsianLayout.HorizontalInVertical.html#GrapeCity_Documents_Word_EastAsianLayout_HorizontalInVertical">HorizontalInVertical</a> shall be compressed at display time in order to ensure that it fits into the existing line height without increasing the overall height of the line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EastAsianLayout_HorizontalInVertical" data-uid="GrapeCity.Documents.Word.EastAsianLayout.HorizontalInVertical">
          <a class="xref" href="GrapeCity.Documents.Word.EastAsianLayout.HorizontalInVertical.html#GrapeCity_Documents_Word_EastAsianLayout_HorizontalInVertical">HorizontalInVertical</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that characters in the run should be rendered with a 270 degree rotation to the left from all other contents of the line when displayed in the document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EastAsianLayout_Id" data-uid="GrapeCity.Documents.Word.EastAsianLayout.Id">
          <a class="xref" href="GrapeCity.Documents.Word.EastAsianLayout.Id.html#GrapeCity_Documents_Word_EastAsianLayout_Id">Id</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a unique ID which shall be used to link multiple runs with <a class="xref" href="GrapeCity.Documents.Word.EastAsianLayout.Id.html#GrapeCity_Documents_Word_EastAsianLayout_Id">Id</a> to each other to ensure that their contents are correctly displayed in the document.        ///</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EastAsianLayout_TwoLinesInOne" data-uid="GrapeCity.Documents.Word.EastAsianLayout.TwoLinesInOne">
          <a class="xref" href="GrapeCity.Documents.Word.EastAsianLayout.TwoLinesInOne.html#GrapeCity_Documents_Word_EastAsianLayout_TwoLinesInOne">TwoLinesInOne</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the contents of the current run should be combined into one line using the two lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EastAsianLayout_TwoLinesInOneBrackets" data-uid="GrapeCity.Documents.Word.EastAsianLayout.TwoLinesInOneBrackets">
          <a class="xref" href="GrapeCity.Documents.Word.EastAsianLayout.TwoLinesInOneBrackets.html#GrapeCity_Documents_Word_EastAsianLayout_TwoLinesInOneBrackets">TwoLinesInOneBrackets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets that the two lines in one text should be enclosed within a pair of brackets when displayed.
This property value determine the bracket style to put around combined text.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
