Back to Devexpress

FootnotePosition Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-1a7b8f32.md

latest1.2 KB
Original Source

FootnotePosition Enum

Lists values used to specify the endnotes position in the document.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum FootnotePosition
vb
Public Enum FootnotePosition

Members

NameDescription
BottomOfPage

Footnotes are located at the bottom of the page.

| | BelowText |

Footnotes are located below text.

|

The following properties accept/return FootnotePosition values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace