Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DocumentElementType Enum

In This Article

Lists types of document elements accessed by DocumentIterator.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

[Flags]
public enum DocumentElementType

#Members

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.

See Also