Back to Devexpress

DocumentHyperlinkEnd Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-c75887d7.md

latest2.0 KB
Original Source

DocumentHyperlinkEnd Class

A document element that is the hyperlink’s end accessed by DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DocumentHyperlinkEnd :
    DocumentHyperlink
vb
Public Class DocumentHyperlinkEnd
    Inherits DocumentHyperlink

Remarks

A DocumentHyperlinkEnd is a document element accessed by the DocumentIterator.

A DocumentHyperlinkEnd is a marker that indicates the Hyperlink‘s end.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentHyperlink DocumentHyperlinkEnd

See Also

DocumentHyperlinkEnd Members

Hyperlinks and Bookmarks in Rich Text Documents

How to: Retrieve the List of Document Fonts using the Visitor-Iterator Pattern

DevExpress.XtraRichEdit.API.Native Namespace