Text |
The TextDocument type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT) | |
CreationTimeUtc | The date/time of creation of this graph. | |
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
Folder | Gets the directory part of the document name with trailing DirectorySeparatorChar. If the document is located in the root folder, the RootFolderName (an empty string) is returned. | |
Images | Local images for this markdown, stored in a dictionary. The key is a Guid which is created when the image is pasted into the markdown document. The value is a memory stream image proxy. | |
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) | |
IsHyphenationEnabled | Gets or sets a value indicating whether hyphenation is enabled. | |
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) | |
LastChangeTimeUtc | The date/time when this graph was changed. | |
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) | |
Notes | Notes concerning this graph. | |
ParentObject |
Get / sets the parent object of this table.
(Overrides SuspendableDocumentNodeBaseParentObject) | |
PropertyBag | Gets the property bag. If the property bag is empty or not created, it is allowed to return null. | |
PropertyBagNotNull | Gets the property bag. If there is no property bag, a new bag is created and then returned. | |
ReferencedImageUrls | Gets or sets the collection of all referenced image Urls. A value of null means that the markdown text is not parsed and thus we do not have references evaluated. We use this only in the serialization code to serialize only those local images which are referenced in the markdown. | |
ShortName | Gets the short name (i.e. without the folder name) of this document. | |
SourceText | Gets or sets the source text of the markdown document. | |
StyleName | The name of the style used to visualize the markdown. If this string is null or empty, the current global defined style of the current Altaxo instance will be used. |