# GrapeCity.Documents.Text.LineBreak

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_LineBreak" data-uid="GrapeCity.Documents.Text.LineBreak" class="text-break">LineBreak Class
</h1>
  <div class="markdown level0 summary"><p>Represents an inline element that causes a new line to begin.</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.Text.Inline.html">Inline</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Text.FormattableInline.html">FormattableInline</a></div>
    <div class="level3"><span class="xref">LineBreak</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Text.html">GrapeCity.Documents.Text</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Text_LineBreak_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineBreak : FormattableInline</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LineBreak
    Inherits FormattableInline</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Text_LineBreak__ctor" data-uid="GrapeCity.Documents.Text.LineBreak.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.LineBreak.-ctor.html#GrapeCity_Documents_Text_LineBreak__ctor">LineBreak()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.LineBreak.html">LineBreak</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineBreak__ctor_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.LineBreak.#ctor(GrapeCity.Documents.Text.TextFormat)">
          <a class="xref" href="GrapeCity.Documents.Text.LineBreak.-ctor.html#GrapeCity_Documents_Text_LineBreak__ctor_GrapeCity_Documents_Text_TextFormat_">LineBreak(TextFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.LineBreak.html">LineBreak</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Documents_Text_LineBreak_GetCharCount" data-uid="GrapeCity.Documents.Text.LineBreak.GetCharCount">
          <a class="xref" href="GrapeCity.Documents.Text.LineBreak.GetCharCount.html#GrapeCity_Documents_Text_LineBreak_GetCharCount">GetCharCount()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of UTF-16 characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineBreak_GetChars" data-uid="GrapeCity.Documents.Text.LineBreak.GetChars">
          <a class="xref" href="GrapeCity.Documents.Text.LineBreak.GetChars.html#GrapeCity_Documents_Text_LineBreak_GetChars">GetChars()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the string of UTF-16 characters.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
