Back to Devexpress

DocumentBookmarkStart Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-1b37c0e2.md

latest2.0 KB
Original Source

DocumentBookmarkStart Class

A document element that is the bookmark’s start accessed by DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DocumentBookmarkStart :
    DocumentBookmark
vb
Public Class DocumentBookmarkStart
    Inherits DocumentBookmark

Remarks

A DocumentBookmarkStart is a document element accessed by the DocumentIterator.

A DocumentBookmarkStart is a marker that indicates the Bookmark‘s start.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentBookmark DocumentBookmarkStart

See Also

DocumentBookmarkStart 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