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

RichEditDocument Members

Contains a set properties providing the current information about certain document structural elements.

Properties

Name Description
abstractNumberingListsInfo Provides information about numbered paragraphs in the document.
activeSubDocument Provides the information about the active sub-document.
characterStylesInfo Provides information about character styles in the current document.
mainSubDocument Provides access to the document’s main sub-document.
paragraphStylesInfo Provides information about paragraph styles in the current document.
sectionsInfo Provides information about sections in the current document.
spellingInfo Provides information about spell checking in the current document.
subDocuments Provides access to the document’s sub-documents.
tableStylesInfo Provides information about table styles in the current document.

Methods

Name Description
getSubDocumentById(subDocumentId) Returns the sub-document with the specified identifier.
See Also