Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IDocumentElement Interface

Base interface for all document elements.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public interface IDocumentElement

Remarks

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

See Also