Defines the footnote or endnote position.
[Visual Basic]
Public Enum FootnoteLocation
[C#]public enum FootnoteLocation
Remarks
Members
| Member Name | Description | Value |
| BottomOfPage | Footnotes are output at the bottom of each page. Valid for footnotes only. | 1 |
| BeneathText | Footnotes are output beheath text on each page. Valid for footnotes only. | 2 |
| EndOfSection | Endnotes are output at the end of the section. Valid for endnotes only. | 0 |
| EndOfDocument | Endnotes are output at the end of the document. Valid for endnotes only. | 3 |
Requirements
Namespace: Aspose.Words
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words Namespace | FootnoteOptions