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

SubDocument Members

Contains information about a sub-document and its structural elements.

Properties

Name Description
bookmarksInfo Returns information about bookmarks in the sub-document.
fieldsInfo Returns information about fields in the sub-document.
floatingPicturesInfo Returns information about floating pictures in the sub-document.
floatingTextBoxesInfo Returns information about floating text boxes in the sub-document.
id Gets the sub-document identifier.
inlinePicturesInfo Returns information about in-line pictures in the sub-document.
length Gets the length of the sub-document.
paragraphsInfo Returns information about paragraphs in the sub-document.
tablesInfo Returns information about tables in the sub-document.
text Gets the document’s text.
type Gets the sub-document type.

Methods

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) Returns the text that is contained in the specified interval.
See Also