The Document type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ActiveDataTableReference | ||
| ActiveFilteringSelectionReference | Gets the active filter. That is, the active
filtering of the active page if there is any. May return null.
| |
| ActiveMarkingSelectionReference | Gets the active marking. That is, the active
marking of the active
Visual, if there is any. May return null.
| |
| ActivePageReference | Gets or sets the currently active Page.
Note: This property can return null, but cannot be set to null. | |
| ActiveVisualReference | ||
| Bookmarks | Gets the collection of Bookmarks. The collection
can be used to create new bookmarks or to find and apply existing ones.
| |
| Calculations |
Gets the collection of executions of calculations.
| |
| ColoringTemplates | Gets the coloring templates.
| |
| Context |
Gets the context of this node.
(Inherited from DocumentNode.) | |
| CustomNodes | Gets the collection of custom nodes associated with this document.
| |
| Data |
Gets the Data Manager, which can be used to access
the data contained in this document.
| |
| FilteringSchemes |
Gets the collection of filter schemes in the document. The FilteringSchemeCollection can be
used to access and/or manipulate filters and filtering schemes.
| |
| IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) | |
| Pages | Gets the pages of this document.
| |
| Properties |
Gets the document properties.
| |
| ScriptManager |
Gets the script manger.
| |
| Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) | |
| UseLightTooltips |
Gets or sets a value controlling if tooltips are rendered using dark text on a light background (as in pre 4.0 versions), or light text on dark background.
|
See Also