Altaxo. |
| Class | Description | |
|---|---|---|
| ChildDocumentExpander | Contains methods to expand nested markdown child text documents into a master document. This is done recursively. | |
| FigureRenumerator | Provides helpers for renumbering figures and figure references in markdown documents. | |
| HtmlExportOptions | Options to export a TextDocument into one or multiple Html file(s), including all the referenced graphs and local images. | |
| ImagePretext | Helper class to provide the pretext used to specify an image in markdown. | |
| ImageRenderToStreamResult | Represents the result of rendering an image reference to a stream. | |
| ImageStreamProvider | Provides stream content for images referenced by a TextDocument. | |
| MamlExportOptions | Options to export a TextDocument into one or multiple Maml file(s), including all the referenced graphs and local images. | |
| MarkdownError | Designates an error during processing of a Markdown file. | |
| MarkdownExportOptions | Options to export a TextDocument into an external markdown file, including all the referenced graphs and local images. | |
| MarkdownImportOptions | Provides options and helpers for importing Markdown documents. | |
| MarkdownToResourceExport | Helper functions to prepare the export of a markdown document, including its images, to a `.resx` resource file. The images are exported as byte arrays, and the Url of the images in the markdown document is changed, assuming that later on these images are available as resources. | |
| MarkdownUtilities | Contains static methods useful to process markdown annotated text. | |
| TextDocument | Stores notes as markdown annotated text. | |
| TextDocumentCollection | Stores the TextDocuments of the project. | |
| TextDocumentOtherActions | Provides additional UI actions for TextDocument instances. |