# GrapeCity.Documents.Word.LineEnd

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_LineEnd" data-uid="GrapeCity.Documents.Word.LineEnd" class="text-break">LineEnd Class
</h1>
  <div class="markdown level0 summary"><p>Represents decorations that can be added to the end of a line.</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.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">LineEnd</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_LineEnd_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LineEnd : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LineEnd
    Inherits FormattingBag</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_Word_LineEnd_Length" data-uid="GrapeCity.Documents.Word.LineEnd.Length">
          <a class="xref" href="GrapeCity.Documents.Word.LineEnd.Length.html#GrapeCity_Documents_Word_LineEnd_Length">Length</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of the line end decoration (e.g., arrowhead) relative to the width of the line itself.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_LineEnd_Type" data-uid="GrapeCity.Documents.Word.LineEnd.Type">
          <a class="xref" href="GrapeCity.Documents.Word.LineEnd.Type.html#GrapeCity_Documents_Word_LineEnd_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of decoration that appears at the end of a line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_LineEnd_Width" data-uid="GrapeCity.Documents.Word.LineEnd.Width">
          <a class="xref" href="GrapeCity.Documents.Word.LineEnd.Width.html#GrapeCity_Documents_Word_LineEnd_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the line end decoration (e.g., arrowhead) relative to the width of the line itself.</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_Word_LineEnd_Equals_System_Object_" data-uid="GrapeCity.Documents.Word.LineEnd.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Word.LineEnd.Equals.html#GrapeCity_Documents_Word_LineEnd_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_LineEnd_GetHashCode" data-uid="GrapeCity.Documents.Word.LineEnd.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Word.LineEnd.GetHashCode.html#GrapeCity_Documents_Word_LineEnd_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
