Click or drag to resize

TextDocument Properties

The TextDocument type exposes the following members.

Properties
 NameDescription
Protected propertyAccumulatedEventData Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Public propertyCreationTimeUtc The date/time of creation of this graph.
Protected propertyDebug_AbsolutePath Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase)
Public propertyFolder 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.
Public propertyImages 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.
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsDisposeInProgress Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase)
Public propertyIsHyphenationEnabled Gets or sets a value indicating whether hyphenation is enabled.
Public propertyIsResumeInProgress Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode)
Public propertyIsSomeoneListeningToChanges 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)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode)
Public propertyIsSuspendedOrResumeInProgress Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode)
Public propertyLastChangeTimeUtc The date/time when this graph was changed.
Public propertyName 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)
Public propertyNotes Notes concerning this graph.
Public propertyParentObject Get / sets the parent object of this table.
(Overrides SuspendableDocumentNodeBaseParentObject)
Public propertyPropertyBag Gets the property bag. If the property bag is empty or not created, it is allowed to return null.
Public propertyPropertyBagNotNull Gets the property bag. If there is no property bag, a new bag is created and then returned.
Public propertyReferencedImageUrls 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.
Public propertyShortName Gets the short name (i.e. without the folder name) of this document.
Public propertySourceText Gets or sets the source text of the markdown document.
Public propertyStyleName 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.
Top
See Also