RichEditDocument Members
Contains information about the document and its structural elements.Properties
Name | Description |
---|---|
abstractNumberingListsInfo | Returns information about numbered paragraphs in the document. |
activeSubDocument | Returns the active sub-document. |
characterStylesInfo | Returns information about character styles in the document. |
mainSubDocument | Returns the main sub-document. |
paragraphStylesInfo | Returns information about paragraph styles in the document. |
sectionsInfo | Returns information about sections in the document. |
spellingInfo | Returns information about spell checking in the document. |
subDocuments | Returns the document’s sub-documents. |
tableStylesInfo | Returns information about table styles in the document. |
Methods
Name | Description |
---|---|
getSubDocumentById(subDocumentId) | Returns the sub-document with the specified identifier. |
See Also