# GrapeCity.Documents.Word.FootnoteOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_FootnoteOptions" data-uid="GrapeCity.Documents.Word.FootnoteOptions" class="text-break">FootnoteOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents the footnote 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">FootnoteOptions</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_FootnoteOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FootnoteOptions</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FootnoteOptions</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_FootnoteOptions_CustomNumberStyle" data-uid="GrapeCity.Documents.Word.FootnoteOptions.CustomNumberStyle">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.CustomNumberStyle.html#GrapeCity_Documents_Word_FootnoteOptions_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_FootnoteOptions_LayoutColumns" data-uid="GrapeCity.Documents.Word.FootnoteOptions.LayoutColumns">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.LayoutColumns.html#GrapeCity_Documents_Word_FootnoteOptions_LayoutColumns">LayoutColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the way footnotes are laid out in columns when the section containing the reference mark has multiple columns.
This property has affect only for the current section (not in <a class="xref" href="GrapeCity.Documents.Word.Settings.html">Settings</a>).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FootnoteOptions_Location" data-uid="GrapeCity.Documents.Word.FootnoteOptions.Location">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.Location.html#GrapeCity_Documents_Word_FootnoteOptions_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the footnotes position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FootnoteOptions_NumberStyle" data-uid="GrapeCity.Documents.Word.FootnoteOptions.NumberStyle">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.NumberStyle.html#GrapeCity_Documents_Word_FootnoteOptions_NumberStyle">NumberStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number format for automatically numbered footnotes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_FootnoteOptions_NumberingRule" data-uid="GrapeCity.Documents.Word.FootnoteOptions.NumberingRule">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.NumberingRule.html#GrapeCity_Documents_Word_FootnoteOptions_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_FootnoteOptions_StartingNumber" data-uid="GrapeCity.Documents.Word.FootnoteOptions.StartingNumber">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.StartingNumber.html#GrapeCity_Documents_Word_FootnoteOptions_StartingNumber">StartingNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the starting number or character for the first automatically numbered footnotes.</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_FootnoteOptions_ClearFormatting" data-uid="GrapeCity.Documents.Word.FootnoteOptions.ClearFormatting">
          <a class="xref" href="GrapeCity.Documents.Word.FootnoteOptions.ClearFormatting.html#GrapeCity_Documents_Word_FootnoteOptions_ClearFormatting">ClearFormatting()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets footnote options to default values defined in <a class="xref" href="GrapeCity.Documents.Word.Settings.html">Settings</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
