RichEditDocument.mainSubDocument Property
In This Article
Returns the main sub-document.
#Declaration
TypeScript
get mainSubDocument(): SubDocument
#Property Value
Type | Description |
---|---|
Sub |
The main sub-document. |
#Remarks
The main sub-document includes the document body without headers, footers, and floating text boxes. The main sub-document always exists.
Refer to the following section for more information: Document Elements.
See Also