Specifies whether this is a footnote or an endnote.
[Visual Basic]
Public Enum FootnoteType
[C#]public enum FootnoteType
Remarks
Both footnotes and endnotes are represented by objects by the Footnote class. Use FootnoteType to distinguish between footnotes a nd endnotes.
Members
| Member Name | Description | Value |
| Footnote | The object is a footnote. | 0 |
| Endnote | The object is an endnote. | 1 |
Requirements
Namespace: Aspose.Words
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words Namespace | Footnote