Back to Devexpress

DocumentFieldCodeStart Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-000cfca5.md

latest1.9 KB
Original Source

DocumentFieldCodeStart Class

A document element that indicates the start 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 DocumentFieldCodeStart :
    DocumentElementBase
vb
Public Class DocumentFieldCodeStart
    Inherits DocumentElementBase

Remarks

A DocumentFieldCodeStart is a document element accessed by the DocumentIterator.

A DocumentFieldCodeStart is a marker that indicates the start of the Field.CodeRange.

Implements

IDocumentElement

Inheritance

Object DocumentElementBase DocumentFieldCodeStart

See Also

DocumentFieldCodeStart Members

Fields in Rich Text Documents

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

DevExpress.XtraRichEdit.API.Native Namespace