# GrapeCity.Documents.Text.TextLine

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Text_TextLine" data-uid="GrapeCity.Documents.Text.TextLine" class="text-break">TextLine Class
</h1>
  <div class="markdown level0 summary"><p>Represents a line of text in <a class="xref" href="GrapeCity.Documents.Text.TextLine.TextLayout.html#GrapeCity_Documents_Text_TextLine_TextLayout">TextLayout</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">TextLine</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_TextLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextLine</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextLine</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_Text_TextLine_BaselineOffset" data-uid="GrapeCity.Documents.Text.TextLine.BaselineOffset">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.BaselineOffset.html#GrapeCity_Documents_Text_TextLine_BaselineOffset">BaselineOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the offset from line position to the Roman baseline, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_FirstGlyph" data-uid="GrapeCity.Documents.Text.TextLine.FirstGlyph">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.FirstGlyph.html#GrapeCity_Documents_Text_TextLine_FirstGlyph">FirstGlyph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first glyph of the line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_FirstLineInParagraph" data-uid="GrapeCity.Documents.Text.TextLine.FirstLineInParagraph">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.FirstLineInParagraph.html#GrapeCity_Documents_Text_TextLine_FirstLineInParagraph">FirstLineInParagraph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the line is the first in the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_GlyphRuns" data-uid="GrapeCity.Documents.Text.TextLine.GlyphRuns">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.GlyphRuns.html#GrapeCity_Documents_Text_TextLine_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_TextLine_Height" data-uid="GrapeCity.Documents.Text.TextLine.Height">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.Height.html#GrapeCity_Documents_Text_TextLine_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the line, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_Indent" data-uid="GrapeCity.Documents.Text.TextLine.Indent">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.Indent.html#GrapeCity_Documents_Text_TextLine_Indent">Indent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the indent of the text line, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_IsTrimmed" data-uid="GrapeCity.Documents.Text.TextLine.IsTrimmed">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.IsTrimmed.html#GrapeCity_Documents_Text_TextLine_IsTrimmed">IsTrimmed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the current line is trimmed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_KeepWithNext" data-uid="GrapeCity.Documents.Text.TextLine.KeepWithNext">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.KeepWithNext.html#GrapeCity_Documents_Text_TextLine_KeepWithNext">KeepWithNext</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating if the line should not be the last line on a page.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_LastLineInParagraph" data-uid="GrapeCity.Documents.Text.TextLine.LastLineInParagraph">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.LastLineInParagraph.html#GrapeCity_Documents_Text_TextLine_LastLineInParagraph">LastLineInParagraph</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating whether the line is the last in the paragraph.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_LineGap" data-uid="GrapeCity.Documents.Text.TextLine.LineGap">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.LineGap.html#GrapeCity_Documents_Text_TextLine_LineGap">LineGap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the additional spacing before the text line, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_Position" data-uid="GrapeCity.Documents.Text.TextLine.Position">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.Position.html#GrapeCity_Documents_Text_TextLine_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the text line along the flow direction, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_Sections" data-uid="GrapeCity.Documents.Text.TextLine.Sections">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.Sections.html#GrapeCity_Documents_Text_TextLine_Sections">Sections</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of glyph run sections, if some embedded objects cross the text line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_Spacing" data-uid="GrapeCity.Documents.Text.TextLine.Spacing">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.Spacing.html#GrapeCity_Documents_Text_TextLine_Spacing">Spacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the additional spacing after the text line, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_TextLayout" data-uid="GrapeCity.Documents.Text.TextLine.TextLayout">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.TextLayout.html#GrapeCity_Documents_Text_TextLine_TextLayout">TextLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_TrailingWhitespaceLength" data-uid="GrapeCity.Documents.Text.TextLine.TrailingWhitespaceLength">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.TrailingWhitespaceLength.html#GrapeCity_Documents_Text_TextLine_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>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_VerticalBaselineOffset" data-uid="GrapeCity.Documents.Text.TextLine.VerticalBaselineOffset">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.VerticalBaselineOffset.html#GrapeCity_Documents_Text_TextLine_VerticalBaselineOffset">VerticalBaselineOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the offset from the Roman baseline to Ideographic centered baseline, in graphic units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Text_TextLine_Width" data-uid="GrapeCity.Documents.Text.TextLine.Width">
          <a class="xref" href="GrapeCity.Documents.Text.TextLine.Width.html#GrapeCity_Documents_Text_TextLine_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the line, in graphic units.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
