ASPxClientRichEdit.document Property
Provides access to document structural elements.
#Declaration
document: RichEditDocument
#Property Value
Type | Description |
---|---|
Rich |
A Rich |
#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.