Back to Devexpress

DocumentFootnoteEmptyReference Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-2ac040ea.md

latest1.5 KB
Original Source

DocumentFootnoteEmptyReference Class

A document element that indicates an empty footnote reference.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DocumentFootnoteEmptyReference :
    DocumentNoteEmptyReference
vb
Public Class DocumentFootnoteEmptyReference
    Inherits DocumentNoteEmptyReference

Remarks

A DocumentFootnoteEmptyReference is a document element accessed by the DocumentIterator.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DevExpress.XtraRichEdit.API.Native.DocumentNoteEmptyReference DocumentFootnoteEmptyReference

See Also

DocumentFootnoteEmptyReference Members

DevExpress.XtraRichEdit.API.Native Namespace