Click or drag to resize

MarkdownExportOptions Class

Options to export a TextDocument into an external markdown file, including all the referenced graphs and local images.
Inheritance Hierarchy
SystemObject
  Altaxo.TextMarkdownExportOptions

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class MarkdownExportOptions

The MarkdownExportOptions type exposes the following members.

Constructors
 NameDescription
Public methodMarkdownExportOptionsInitializes a new instance of the MarkdownExportOptions class
Top
Properties
 NameDescription
Public propertyImageDirectoryName Name of the folder relative to the markdown document, in which the images (graphs and local images) are stored.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExport Exports the specified TextDocument to an external markdown file.
Public methodStatic memberExportShowDialog Exports the TextDocument to a markdown file, showing first the file save dialog.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also