DocumentFieldCodeEnd.Type Property
Gets the type of a DocumentFieldCodeEnd object.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public override DocumentElementType Type { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
Available values:
Name | Description |
---|---|
Bookmark |
The beginning of a bookmark. |
Bookmark |
The end of a bookmark. |
Comment |
The beginning of a commented range. |
Comment |
The end of a commented range. |
Field |
The beginning of a field code range. |
Field |
The end of a field code range. |
Field |
The end of a field result range. |
Hyperlink |
The beginning of a hyperlink. |
Hyperlink |
The end of a hyperlink. |
Inline |
An inline picture. |
Paragraph |
The beginning of a paragraph. |
Paragraph |
The end of a paragraph. |
Picture | A floating picture. |
Range |
The beginning of a range permission. |
Range |
The end of a range permission. |
Section |
The beginning of a section. |
Section |
The end of a section. |
Table |
The border of a table cell. |
Text |
A text box. |
Text | A group of characters with the same format. |
Check |
A checkbox. |
Shape | A floating object (a picture or a text box). |
Footnote |
A footnote reference. |
Endnote |
An endnote reference. |
Footnote |
A footnote reference with a custom mark. |
Endnote |
An endnote reference with a custom mark. |
Footnote |
An empty footnote reference. |
Endnote |
An empty endnote reference. |
All | All document elements. |
#Remarks
Returns DocumentElementType.FieldCodeEnd.