The Document type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Document |
Methods
| Name | Description | |
|---|---|---|
| applyBookmark | Applies a bookmark by its name. The Application.onError
event will be fired if the bookmark does not exist. | |
| applyBookmarkById | Applies a bookmark by its id. The Application.onError
event will be fired if the bookmark does not exist. | |
| getActivePage | Get the information about the active page. | |
| getBookmarkNames | Get the names of the bookmarks in the document. | |
| getBookmarks | Get the ids of the bookmarks in the document. | |
| getDocumentMetadata | Get the metadata for the document. | |
| getDocumentProperties | Get a list of all the properties in the document. | |
| getDocumentProperty | Get the information about the property with given name. | |
| getPages | Get a list of the pages in the current document. | |
| onActivePageChanged(Document..::..onGetPageCallback) | Event raised when the active page changes in the analysis. | |
| onActivePageChanged(onActivePageChangedCallback) |
Event raised when a page change occrurrs in the analysis.
| |
| onDocumentPropertyChanged | Event raised when the given property has changed value. | |
| onDocumentReady(Document..::..onDocumentReadyCallback) | Event raised, when the document switches to the ready state (the
round icon in the status bar becomes green). | |
| onDocumentReady(onDocumentReadyCallback) |
Event raised when the document switches to the ready state (the
round icon in the status bar becomes green).
| |
| setActivePage(Int32) | Change the active page. The Application.onError
event will be fired if index does not exist. | |
| setActivePage(String) | Change the active page. The Application.onError
event will be fired if page title does not exist. | |
| setDocumentProperty | Set the value of an existing property. |
Properties
| Name | Description | |
|---|---|---|
| data | Reference to the Data object. | |
| filter |
Reference to the Filter object.
| |
| filtering | Reference to the Filtering object. | |
| marking | Reference to the Marking object. |