# GrapeCity.ActiveReports.Core.Document.TextLayoutParams.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Core_Document_TextLayoutParams__ctor_" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutParams.#ctor*">TextLayoutParams Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Document_TextLayoutParams__ctor_" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutParams.#ctor*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Document_TextLayoutParams__ctor_GrapeCity_ActiveReports_Document_Section_TextAlignment_GrapeCity_ActiveReports_Document_Section_VerticalTextAlignment_GrapeCity_ActiveReports_Document_Section_TextJustify_GrapeCity_ActiveReports_Document_Section_WrapMode_System_Boolean_System_Single_System_Single_System_Boolean_System_Single_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Core.Document.TextLayoutParams.#ctor(GrapeCity.ActiveReports.Document.Section.TextAlignment,GrapeCity.ActiveReports.Document.Section.VerticalTextAlignment,GrapeCity.ActiveReports.Document.Section.TextJustify,GrapeCity.ActiveReports.Document.Section.WrapMode,System.Boolean,System.Single,System.Single,System.Boolean,System.Single,System.Boolean,System.Boolean)">TextLayoutParams(TextAlignment, VerticalTextAlignment, TextJustify, WrapMode, bool, float, float, bool, float, bool, bool)</h4>
<div class="markdown level1 summary"><p>Initialize new instance of <a class="xref" href="GrapeCity.ActiveReports.Core.Document.TextLayoutParams.html">TextLayoutParams</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextLayoutParams(TextAlignment horizontalAlignment = TextAlignment.Left, VerticalTextAlignment verticalAlignment = VerticalTextAlignment.Top, TextJustify textJustify = TextJustify.Auto, WrapMode wrapMode = WrapMode.WordWrap, bool enableKinsoku = true, float characterSpacing = 0, float lineSpacing = 0, bool isRtl = false, float textAngle = 0, bool isVertical = false, bool multiLine = true)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.TextAlignment.html">TextAlignment</a></td>
      <td><span class="parametername">horizontalAlignment</span></td>
      <td><p>Text alignment</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.VerticalTextAlignment.html">VerticalTextAlignment</a></td>
      <td><span class="parametername">verticalAlignment</span></td>
      <td><p>Lines alignment</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.TextJustify.html">TextJustify</a></td>
      <td><span class="parametername">textJustify</span></td>
      <td><p>Justification algorithm</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.WrapMode.html">WrapMode</a></td>
      <td><span class="parametername">wrapMode</span></td>
      <td><p>Line breaking wrap mode</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">enableKinsoku</span></td>
      <td><p>Force Kinsoku rules</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">characterSpacing</span></td>
      <td><p>Character spacing in points.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">lineSpacing</span></td>
      <td><p>Line spacing in points.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">isRtl</span></td>
      <td><p>Text direction.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">textAngle</span></td>
      <td><p>Text rotation in angels * 10.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">isVertical</span></td>
      <td><p>Vertical glyphs are allowed or not.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">multiLine</span></td>
      <td><p>Multiline is allowed or not.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
