# GrapeCity.Documents.Word.EndnoteOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_EndnoteOptions" data-uid="GrapeCity.Documents.Word.EndnoteOptions" class="text-break">EndnoteOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents the endnote numbering options for a document or section.</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">EndnoteOptions</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_EndnoteOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EndnoteOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class EndnoteOptions</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_EndnoteOptions_CustomNumberStyle" data-uid="GrapeCity.Documents.Word.EndnoteOptions.CustomNumberStyle">
          <a class="xref" href="GrapeCity.Documents.Word.EndnoteOptions.CustomNumberStyle.html#GrapeCity_Documents_Word_EndnoteOptions_CustomNumberStyle">CustomNumberStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a custom number format using the syntax defined by the XSLT 1.0 format attribute.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EndnoteOptions_Location" data-uid="GrapeCity.Documents.Word.EndnoteOptions.Location">
          <a class="xref" href="GrapeCity.Documents.Word.EndnoteOptions.Location.html#GrapeCity_Documents_Word_EndnoteOptions_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the endnotes position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EndnoteOptions_NumberStyle" data-uid="GrapeCity.Documents.Word.EndnoteOptions.NumberStyle">
          <a class="xref" href="GrapeCity.Documents.Word.EndnoteOptions.NumberStyle.html#GrapeCity_Documents_Word_EndnoteOptions_NumberStyle">NumberStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number format for automatically numbered endnotes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EndnoteOptions_NumberingRule" data-uid="GrapeCity.Documents.Word.EndnoteOptions.NumberingRule">
          <a class="xref" href="GrapeCity.Documents.Word.EndnoteOptions.NumberingRule.html#GrapeCity_Documents_Word_EndnoteOptions_NumberingRule">NumberingRule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets when automatic numbering restarts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_EndnoteOptions_StartingNumber" data-uid="GrapeCity.Documents.Word.EndnoteOptions.StartingNumber">
          <a class="xref" href="GrapeCity.Documents.Word.EndnoteOptions.StartingNumber.html#GrapeCity_Documents_Word_EndnoteOptions_StartingNumber">StartingNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting number or character for the first automatically numbered endnotes.</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_EndnoteOptions_ClearFormatting" data-uid="GrapeCity.Documents.Word.EndnoteOptions.ClearFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.EndnoteOptions.ClearFormatting.html#GrapeCity_Documents_Word_EndnoteOptions_ClearFormatting">ClearFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets endnote options to default values defined in <a class="xref" href="GrapeCity.Documents.Word.Settings.html">Settings</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
