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(position) Returns an array of bookmarks whose range intersects the specified intervals in the sub-document.
findFields(position) Returns a field if its interval includes the specified position.
findParagraphs(position) Returns an array of paragraphs whose range includes the specified position in the sub-document.
findTables(position) Returns a table if its interval includes the specified position.
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