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

RichEditDocument.subDocuments Property

Provides access to the document’s sub-documents.

Declaration

readonly subDocuments: SubDocument[]

Property Value

Type Description
SubDocument[]

An array of the DevExpress.Web.ASPxRichEdit.Scripts.SubDocument[]

Remarks

The Rich Edit’s document can contain the following sub-documents:

  • Main sub-document - delivers the basic document functionality. The main sub-document always exists.
  • Headers and footers - represent headers and footers for pages. Different headers and footers can be specified for odd, even or the first pages.
  • Text boxes - represent floating objects that can be placed within the main sub-document, headers, and footers. The text box cannot contain another text box inside it.
See Also