Back to Devexpress

DocumentFieldCodeEnd Class

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

latest1.9 KB
Original Source

DocumentFieldCodeEnd Class

A document element that indicates the end of the field code range accessed by DocumentIterator.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class DocumentFieldCodeEnd :
    DocumentElementBase
vb
Public Class DocumentFieldCodeEnd
    Inherits DocumentElementBase

Remarks

A DocumentFieldCodeEnd is a document element accessed by the DocumentIterator.

A DocumentFieldCodeEnd is a marker that indicates the end of the Field.CodeRange.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentFieldCodeEnd

See Also

DocumentFieldCodeEnd Members

Fields in Rich Text Documents

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

DevExpress.XtraRichEdit.API.Native Namespace