# GrapeCity.Documents.Word.Footnote

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Footnote" data-uid="GrapeCity.Documents.Word.Footnote" class="text-break">Footnote Class
</h1>
  <div class="markdown level0 summary"><p>Represents a footnote positioned at the bottom of the page or beneath text.</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">Footnote</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.Footnote.html">Footnote</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_Footnote_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Footnote : ContentObject, IBrowsable&lt;Footnote&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Footnote
    Inherits ContentObject
    Implements IBrowsable(Of Footnote)</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_Footnote_Body" data-uid="GrapeCity.Documents.Word.Footnote.Body">
          <a class="xref" href="GrapeCity.Documents.Word.Footnote.Body.html#GrapeCity_Documents_Word_Footnote_Body">Body</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the footnote content.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Footnote_ID" data-uid="GrapeCity.Documents.Word.Footnote.ID">
          <a class="xref" href="GrapeCity.Documents.Word.Footnote.ID.html#GrapeCity_Documents_Word_Footnote_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unique footnote ID.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Footnote_IsAuto" data-uid="GrapeCity.Documents.Word.Footnote.IsAuto">
          <a class="xref" href="GrapeCity.Documents.Word.Footnote.IsAuto.html#GrapeCity_Documents_Word_Footnote_IsAuto">IsAuto</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this is an auto-numbered footnote
or a footnote with user defined custom reference mark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Footnote_Next" data-uid="GrapeCity.Documents.Word.Footnote.Next">
          <a class="xref" href="GrapeCity.Documents.Word.Footnote.Next.html#GrapeCity_Documents_Word_Footnote_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next footnotet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Footnote_ParentRun" data-uid="GrapeCity.Documents.Word.Footnote.ParentRun">
          <a class="xref" href="GrapeCity.Documents.Word.Footnote.ParentRun.html#GrapeCity_Documents_Word_Footnote_ParentRun">ParentRun</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the footnote parent <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Footnote_Previous" data-uid="GrapeCity.Documents.Word.Footnote.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.Footnote.Previous.html#GrapeCity_Documents_Word_Footnote_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous footnote.</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_Footnote_ToString" data-uid="GrapeCity.Documents.Word.Footnote.ToString">
          <a class="xref" href="GrapeCity.Documents.Word.Footnote.ToString.html#GrapeCity_Documents_Word_Footnote_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets string representation of the content.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
