Back to Devexpress

DocumentBookmark Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-91a4b963.md

latest1.8 KB
Original Source

DocumentBookmark Class

Base class for bookmark 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 DocumentBookmark :
    DocumentElementBase
vb
Public MustInherit Class DocumentBookmark
    Inherits DocumentElementBase

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentBookmark DocumentBookmarkEnd

DocumentBookmarkStart

See Also

DocumentBookmark 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