Skip to main content
A newer version of this page is available. .

ASPxClientRichEdit.document Property

Provides access to document structural elements.

Declaration

document: RichEditDocument

Property Value

Type Description
RichEditDocument

A RichEditDocument object that lists a RichEdit document’s structural elements.

Remarks

The document property provides access to structures allowing you to obtain the current information about certain document structural elements (such as sections, active sub-document, styles for characters, paragraphs and tables, and etc).

var activeSubDocument = richEdit.document.activeSubDocument;

Refer to the following section for more information: Document Elements.

See Also