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

DocumentParagraphStart.Type Property

Gets the type of a DocumentParagraphStart object.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

public override DocumentElementType Type { get; }

Property Value

Type Description
DocumentElementType

A DocumentElementType enumeration value that corresponds to the DocumentParagraphStart object.

Available values:

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

All

All document elements.

Remarks

Returns DocumentElementType.ParagraphStart.

See Also