| 
FootnotePosition Enumeration
  | 
 Specifies FootnotePosition.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum FootnotePosition
 
Public Enumeration FootnotePosition
 
public enum class FootnotePosition
 
 
 
 
 Members
 Members
 
|  | Member name | 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. | 
 
 
 See Also
See Also