# GrapeCity.Documents.Word.FootnoteReferenceMark

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FootnoteReferenceMark" data-uid="GrapeCity.Documents.Word.FootnoteReferenceMark" class="text-break">FootnoteReferenceMark Class
</h1>
  <div class="markdown level0 summary"><p>Represents a footnote reference mark.</p>
<p>
A footnote reference mark is a run of automatically numbered text
that follows the numbering format specified via the <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.NumberStyle.html#GrapeCity_Documents_Word_FootnoteOptions_NumberStyle">NumberStyle</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"><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><span class="xref">FootnoteReferenceMark</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.FootnoteReferenceMark.html">FootnoteReferenceMark</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_FootnoteReferenceMark_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FootnoteReferenceMark : ContentObject, IBrowsable&lt;FootnoteReferenceMark&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FootnoteReferenceMark
    Inherits ContentObject
    Implements IBrowsable(Of FootnoteReferenceMark)</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_FootnoteReferenceMark_Next" data-uid="GrapeCity.Documents.Word.FootnoteReferenceMark.Next">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteReferenceMark.Next.html#GrapeCity_Documents_Word_FootnoteReferenceMark_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next footnote reference mark.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FootnoteReferenceMark_ParentRun" data-uid="GrapeCity.Documents.Word.FootnoteReferenceMark.ParentRun">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteReferenceMark.ParentRun.html#GrapeCity_Documents_Word_FootnoteReferenceMark_ParentRun">ParentRun</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the content parent <a class="xref" href="GrapeCity.Documents.Word.Run.html">Run</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FootnoteReferenceMark_Previous" data-uid="GrapeCity.Documents.Word.FootnoteReferenceMark.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteReferenceMark.Previous.html#GrapeCity_Documents_Word_FootnoteReferenceMark_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous footnote reference mark.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
