Back to Devexpress

DocumentElementType Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-fe2b6e27.md

latest2.7 KB
Original Source

DocumentElementType Enum

Lists types of document elements accessed by DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Flags]
public enum DocumentElementType
vb
<Flags>
Public Enum DocumentElementType

Members

NameDescription
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

How to: Retrieve the List of Document Fonts using the Visitor-Iterator Pattern

DevExpress.XtraRichEdit.API.Native Namespace