Skip to main content

DocumentBookmarkStart.Type Property

Gets the type of a DocumentBookmarkStart object.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public override DocumentElementType Type { get; }

Property Value

Type Description
DocumentElementType

A DocumentElementType enumeration value that corresponds to the DocumentBookmarkStart object.

Available values:

Show 29 items
Name Description
BookmarkStart

The beginning of a bookmark.

BookmarkEnd

The end of a bookmark.

CommentStart

The beginning of a commented range.

CommentEnd

The end of a commented range.

FieldCodeStart

The beginning of a field code range.

FieldCodeEnd

The end of a field code range.

FieldResultEnd

The end of a field result range.

HyperlinkStart

The beginning of a hyperlink.

HyperlinkEnd

The end of a hyperlink.

InlinePicture

An inline picture.

ParagraphStart

The beginning of a paragraph.

ParagraphEnd

The end of a paragraph.

Picture

A floating picture.

RangePermissionStart

The beginning of a range permission.

RangePermissionEnd

The end of a range permission.

SectionStart

The beginning of a section.

SectionEnd

The end of a section.

TableCellBorder

The border of a table cell.

TextBox

A text box.

Text

A group of characters with the same format.

CheckBox

A checkbox.

Shape

A floating object (a picture or a text box).

FootnoteReference

A footnote reference.

EndnoteReference

An endnote reference.

FootnoteCustomMark

A footnote reference with a custom mark.

EndnoteCustomMark

An endnote reference with a custom mark.

FootnoteEmptyReference

An empty footnote reference.

EndnoteEmptyReference

An empty endnote reference.

All

All document elements.

Remarks

Returns DocumentElementType.BookmarkStart.

See Also