Specifies FootnotePosition.

Namespace: Spire.Doc
Assembly: 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

MemberValueDescription
PrintAsEndOfSection0
Endnotes are output at the end of the section.
PrintAtBottomOfPage1
Footnotes are output at the bottom of each page.
PrintImmediatelyBeneathText2
Footnotes are output beneath text on each page.
PrintAsEndOfDocument3
Endnotes are output at the end of the document. Valid for endnotes only.

See Also