# GrapeCity.ActiveReports.Rendering.Tools.Kinsoku

## Content

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



  <h1 id="GrapeCity_ActiveReports_Rendering_Tools_Kinsoku" data-uid="GrapeCity.ActiveReports.Rendering.Tools.Kinsoku" class="text-break">Kinsoku Class
</h1>
  <div class="markdown level0 summary"><p>Provides support for Japanese Kinsoku line-breaking rules.</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"><span class="xref">Kinsoku</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.html">GrapeCity.ActiveReports.Rendering.Tools</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Tools_Kinsoku_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class Kinsoku</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Tools_Kinsoku_CanBeFirstCharOnNextLineJap_System_Char_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.Kinsoku.CanBeFirstCharOnNextLineJap(System.Char)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.Kinsoku.CanBeFirstCharOnNextLineJap.html#GrapeCity_ActiveReports_Rendering_Tools_Kinsoku_CanBeFirstCharOnNextLineJap_System_Char_">CanBeFirstCharOnNextLineJap(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified character can be the first character on the next line according to Japanese Kinsoku line-breaking rules.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Tools_Kinsoku_CanBeLastCharOnLineJap_System_Char_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.Kinsoku.CanBeLastCharOnLineJap(System.Char)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.Kinsoku.CanBeLastCharOnLineJap.html#GrapeCity_ActiveReports_Rendering_Tools_Kinsoku_CanBeLastCharOnLineJap_System_Char_">CanBeLastCharOnLineJap(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified character can be the last character on a line according to Japanese Kinsoku line-breaking rules.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Tools_Kinsoku_GetLineBreak_System_String_System_Int32_System_Boolean_System_Boolean_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.Tools.Kinsoku.GetLineBreak(System.String,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Tools.Kinsoku.GetLineBreak.html#GrapeCity_ActiveReports_Rendering_Tools_Kinsoku_GetLineBreak_System_String_System_Int32_System_Boolean_System_Boolean_System_Boolean_">GetLineBreak(string, int, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Find latest possible line break position before 'lineBreakPos'.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
