DocumentFootnoteCustomMark.Accept(IDocumentVisitor) Method
Accepts a visitor.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
visitor | IDocumentVisitor | A IDocumentVisitor object that is the visitor. |
Remarks
The Accept method calls a IDocumentVisitor.Visit method, which takes a DocumentFootnoteCustomMark object as an argument.
See Also