Skip to main content
A newer version of this page is available. .

DocumentElementType Enum

Lists types of document elements accessed by DocumentIterator.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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).

All

All document elements.

See Also