Specifies FootnotePosition.
Namespace: Spire.DocAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum FootnotePosition
Public Enumeration FootnotePosition
public enum class FootnotePosition
type FootnotePosition
Members
| Member | Value | Description |
|---|---|---|
| PrintAsEndOfSection | 0 |
Endnotes are output at the end of the section.
|
| PrintAtBottomOfPage | 1 |
Footnotes are output at the bottom of each page.
|
| PrintImmediatelyBeneathText | 2 |
Footnotes are output beneath text on each page.
|
| PrintAsEndOfDocument | 3 |
Endnotes are output at the end of the document. Valid for endnotes only.
|