# GrapeCity.Documents.Word.Endnote

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Endnote" data-uid="GrapeCity.Documents.Word.Endnote" class="text-break">Endnote Class
</h1>
  <div class="markdown level0 summary"><p>Represents an endnote.</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.ContentObject.html">ContentObject</a></div>
    <div class="level2"><span class="xref">Endnote</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.Endnote.html">Endnote</a>&gt;</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_Endnote_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Endnote : ContentObject, IBrowsable&lt;Endnote&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Endnote
    Inherits ContentObject
    Implements IBrowsable(Of Endnote)</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_Endnote_Body" data-uid="GrapeCity.Documents.Word.Endnote.Body">
          <a class="xref" href="GrapeCity.Documents.Word.Endnote.Body.html#GrapeCity_Documents_Word_Endnote_Body">Body</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the endnote content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Endnote_ID" data-uid="GrapeCity.Documents.Word.Endnote.ID">
          <a class="xref" href="GrapeCity.Documents.Word.Endnote.ID.html#GrapeCity_Documents_Word_Endnote_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique endnote ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Endnote_IsAuto" data-uid="GrapeCity.Documents.Word.Endnote.IsAuto">
          <a class="xref" href="GrapeCity.Documents.Word.Endnote.IsAuto.html#GrapeCity_Documents_Word_Endnote_IsAuto">IsAuto</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this is an auto-numbered endnote
or an endnote with user defined custom reference mark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Endnote_Next" data-uid="GrapeCity.Documents.Word.Endnote.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Endnote.Next.html#GrapeCity_Documents_Word_Endnote_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next endnote.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Endnote_ParentRun" data-uid="GrapeCity.Documents.Word.Endnote.ParentRun">
          <a class="xref" href="GrapeCity.Documents.Word.Endnote.ParentRun.html#GrapeCity_Documents_Word_Endnote_ParentRun">ParentRun</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the endnote parent <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Endnote_Previous" data-uid="GrapeCity.Documents.Word.Endnote.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Endnote.Previous.html#GrapeCity_Documents_Word_Endnote_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous endnote.</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_Endnote_ToString" data-uid="GrapeCity.Documents.Word.Endnote.ToString">
          <a class="xref" href="GrapeCity.Documents.Word.Endnote.ToString.html#GrapeCity_Documents_Word_Endnote_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of the content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
