RichEditDocument.subDocuments Property
In This Article
Returns the document’s sub-documents.
#Declaration
TypeScript
get subDocuments(): SubDocument[]
#Property Value
Type | Description |
---|---|
Sub |
An array of sub-documents. |
#Remarks
A document can contain the following sub-documents:
- Main sub-document;
- Headers and footers;
- Text boxes.
Refer to the following section for more information: Document Elements.
See Also