Back to Devexpress

DocumentHyperlink Class

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

latest1.8 KB
Original Source

DocumentHyperlink Class

Base class for hyperlink start and end elements.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public abstract class DocumentHyperlink :
    DocumentElementBase
vb
Public MustInherit Class DocumentHyperlink
    Inherits DocumentElementBase

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentHyperlink DocumentHyperlinkEnd

DocumentHyperlinkStart

See Also

DocumentHyperlink 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