Altaxo |
The AltaxoDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
| DataTableCollection | Gets the collection of data tables stored in the document. | |
| Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
| DocumentIdentifier | Gets or sets the document identifier. | |
| FitFunctionScripts | Gets the collection of fit function scripts stored in the document. | |
| Folders |
Get information about the folders in this project.
(Inherited from ProjectBase) | |
| Graph3DDocumentCollection | Gets the collection of 3D graph documents stored in the document. | |
| GraphDocumentCollection | Gets the collection of 2D graph documents stored in the document. | |
| IsDirty |
Gets or sets a value indicating whether the project has unsaved changes.
(Inherited from ProjectBase) | |
| IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
| IsResumeInProgress |
Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode) | |
| IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
| IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode) | |
| IsSuspendedOrResumeInProgress |
Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode) | |
| Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Overrides SuspendableDocumentNodeBaseName) | |
| ParentObject |
Gets/sets the parent object this instance belongs to.
(Overrides SuspendableDocumentNodeBaseParentObject) | |
| ProjectFolderProperties |
The properties associated with the project folders. Please note that the properties of the project are also stored inside this collection, with the name being an empty string (root folder node).
(Inherited from ProjectBase) | |
| ProjectItemCollections | Gets the project item collections currently owned by the document. | |
| ProjectItemTypes | Gets the types of project item currently supported in the document. | |
| TableLayouts | Gets the collection of worksheet layouts stored in the document. | |
| TextDocumentCollection | Gets the collection of text documents stored in the document. |