Specifies the Type of the FootNote.
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 FootnoteType
Public Enumeration FootnoteType
public enum class FootnoteType
type FootnoteType
Members
| Member | Value | Description |
|---|---|---|
| Footnote | 0 |
Specifies object is a footnote.
|
| Endnote | 1 |
Specifies object is a endnote.
|