Back to Devexpress

NoteSeparatorBox Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-b20a97ce.md

latest2.1 KB
Original Source

NoteSeparatorBox Class

Layout element that relates to a footnote and endnote separator (a line which separates footnotes and endnotes from the body text).

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class NoteSeparatorBox :
    Box
vb
Public Class NoteSeparatorBox
    Inherits Box

Remarks

Use DocumentLayout.GetElement, DocumentLayout.GetElement<T> methods or the LayoutVisitor and LayoutIterator objects to access the NoteSeparatorBox element.

Implements

RangedLayoutElement

LayoutElement

Inheritance

Object LayoutElementBase RangedLayoutElementBase Box NoteSeparatorBox

See Also

NoteSeparatorBox Members

DevExpress.XtraRichEdit.API.Layout Namespace