Back to Devexpress

IDocumentElement Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-5da08e3c.md

latest1.4 KB
Original Source

IDocumentElement Interface

Base interface for all document elements.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public interface IDocumentElement
vb
Public Interface IDocumentElement

The following members return IDocumentElement objects:

Remarks

Use the DocumentIterator to iterate over the document accessing a document element on each move.

See Also

IDocumentElement Members

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

DevExpress.XtraRichEdit.API.Native Namespace