Skip to main content

Documentation Index

Fetch the complete documentation index at: https://superdoc-nick-sd-2070-add-content-controls-namespace-to-doc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Render Word footnote references as superscript markers with automatic numbering. Footnotes imported from Word documents display as clickable superscript numbers (e.g., 1, 2) that correspond to footnote content at the bottom of the page.
Footnote references are managed automatically during Word document import and export. There are no commands to programmatically create footnotes.

Word export

Footnote references export as native Word footnotes:
<w:r>
  <w:footnoteReference w:id="1"/>
</w:r>

<!-- In footnotes.xml -->
<w:footnote w:id="1">
  <w:p>
    <w:r><w:t>Footnote text content</w:t></w:r>
  </w:p>
</w:footnote>

Source code