Back to Devexpress

DocumentHyperlinkStart Class

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

latest2.0 KB
Original Source

DocumentHyperlinkStart 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 DocumentHyperlinkStart :
    DocumentHyperlink
vb
Public Class DocumentHyperlinkStart
    Inherits DocumentHyperlink

Remarks

A DocumentHyperlinkStart is a document element accessed by the DocumentIterator.

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

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentHyperlink DocumentHyperlinkStart

See Also

DocumentHyperlinkStart 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