The Aspose.Words.Notes namespace provides classes to work with Microsoft Word endnotes and footnotes.
Classes | |
| class | EndnoteOptions |
| Represents the endnote numbering options for a document or section. To learn more, visit the Working with Footnote and Endnote documentation article. More... | |
| class | Footnote |
| Represents a container for text of a footnote or endnote. To learn more, visit the Working with Footnote and Endnote documentation article. More... | |
| class | FootnoteOptions |
| Represents the footnote numbering options for a document or section. To learn more, visit the Working with Footnote and Endnote documentation article. More... | |
Enumerations | |
| enum class | EndnotePosition |
| Defines the endnote position. More... | |
| enum class | FootnoteNumberingRule |
| Determines when automatic footnote or endnote numbering restarts. More... | |
| enum class | FootnotePosition |
| Defines the footnote position. More... | |
| enum class | FootnoteType |
| Specifies whether this is a footnote or an endnote. More... | |
|
strong |
Defines the endnote position.
Shows how to select a different place where the document collects and displays its endnotes.
| Enumerator | |
|---|---|
| EndOfSection | Endnotes are output at the end of the section. |
| EndOfDocument | Endnotes are output at the end of the document. |
|
strong |
Determines when automatic footnote or endnote numbering restarts.
Shows how to restart footnote/endnote numbering at certain places in the document.
| Enumerator | |
|---|---|
| Continuous | Numbering continuous throughout the document. |
| RestartSection | Numbering restarts at each section. |
| RestartPage | Numbering restarts at each page. Valid for footnotes only. |
| Default | Equals Continuous. |
|
strong |
Defines the footnote position.
Shows how to select a different place where the document collects and displays its footnotes.
| Enumerator | |
|---|---|
| BottomOfPage | Footnotes are output at the bottom of each page. |
| BeneathText | Footnotes are output beneath text on each page. |
|
strong |
Specifies whether this is a footnote or an endnote.
Both footnotes and endnotes are represented by objects by the Footnote class. Use FootnoteType to distinguish between footnotes and endnotes.
Shows how to reference text with a footnote and an endnote.
Shows how to insert and customize footnotes.
| Enumerator | |
|---|---|
| Footnote | The object is a footnote. |
| Endnote | The object is an endnote. |