Back to Devexpress

DocumentFootnoteCustomMark Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-40a5dfec.md

latest1.6 KB
Original Source

DocumentFootnoteCustomMark Class

A document element that indicates a footnote reference with a custom mark.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DocumentFootnoteCustomMark :
    DocumentNoteCustomMark
vb
Public Class DocumentFootnoteCustomMark
    Inherits DocumentNoteCustomMark

Remarks

A DocumentFootnoteCustomMark is a document element accessed by the DocumentIterator.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentText DevExpress.XtraRichEdit.API.Native.DocumentNoteCustomMark DocumentFootnoteCustomMark

See Also

DocumentFootnoteCustomMark Members

DevExpress.XtraRichEdit.API.Native Namespace