# GrapeCity.Documents.Text.LineSection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_LineSection" data-uid="GrapeCity.Documents.Text.LineSection" class="text-break">LineSection Class
</h1>
  <div class="markdown level0 summary"><p>Describes a section within a <a class="xref" href="GrapeCity.Documents.Text.TextLine.html">TextLine</a>.</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">LineSection</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_LineSection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineSection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LineSection</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_LineSection__ctor" data-uid="GrapeCity.Documents.Text.LineSection.#ctor">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.-ctor.html#GrapeCity_Documents_Text_LineSection__ctor">LineSection()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Text_LineSection_ContentLength" data-uid="GrapeCity.Documents.Text.LineSection.ContentLength">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.ContentLength.html#GrapeCity_Documents_Text_LineSection_ContentLength">ContentLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of text in the section, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineSection_ContentOffset" data-uid="GrapeCity.Documents.Text.LineSection.ContentOffset">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.ContentOffset.html#GrapeCity_Documents_Text_LineSection_ContentOffset">ContentOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the offset of the text start along the base reading direction, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineSection_GlyphRuns" data-uid="GrapeCity.Documents.Text.LineSection.GlyphRuns">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.GlyphRuns.html#GrapeCity_Documents_Text_LineSection_GlyphRuns">GlyphRuns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of glyph runs.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineSection_Length" data-uid="GrapeCity.Documents.Text.LineSection.Length">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.Length.html#GrapeCity_Documents_Text_LineSection_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length of the section, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineSection_Offset" data-uid="GrapeCity.Documents.Text.LineSection.Offset">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.Offset.html#GrapeCity_Documents_Text_LineSection_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the offset of the section start along the base reading direction, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineSection_TextLine" data-uid="GrapeCity.Documents.Text.LineSection.TextLine">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.TextLine.html#GrapeCity_Documents_Text_LineSection_TextLine">TextLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="GrapeCity.Documents.Text.TextLine.html">TextLine</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_LineSection_TrailingWhitespaceLength" data-uid="GrapeCity.Documents.Text.LineSection.TrailingWhitespaceLength">
          <a class="xref" href="GrapeCity.Documents.Text.LineSection.TrailingWhitespaceLength.html#GrapeCity_Documents_Text_LineSection_TrailingWhitespaceLength">TrailingWhitespaceLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the length (width or height) of the trailing whitespace, in graphic units.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
