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

SubDocument Methods

Exposes the settings providing the information about the essential document functionality.
Name Description
findBookmarks(arg) Returns an array of bookmarks that match the search conditions.
findFields(arg) Returns an array of fields that match the search conditions.
findParagraphs(arg) Returns an array of paragraphs that match the search conditions.
findTables(arg) Returns an array of tables that match the search conditions.
getFloatingTextBoxInfo Returns information specific for floating text boxes about the sub-document.
getTextByInterval(interval) Return the document’s textual representation contained in the specified interval.
See Also