SubDocument.type Property
In This Article
Gets the sub-document type.
#Declaration
TypeScript
get type(): SubDocumentType
#Property Value
Type | Description |
---|---|
Sub |
One of the Sub |
#Remarks
var activeSubDocumentType = richEdit.document.activeSubDocument.type;
Refer to the following section for more information: Access a Sub-Document.
See Also