Click or drag to resize

Altaxo.Text Namespace

Contains text documents, export options, markdown helpers, and document-processing utilities.
Classes
 ClassDescription
Public classChildDocumentExpander Contains methods to expand nested markdown child text documents into a master document. This is done recursively.
Public classFigureRenumerator Provides helpers for renumbering figures and figure references in markdown documents.
Public classHtmlExportOptions Options to export a TextDocument into one or multiple Html file(s), including all the referenced graphs and local images.
Public classImagePretext Helper class to provide the pretext used to specify an image in markdown.
Public classImageRenderToStreamResult Represents the result of rendering an image reference to a stream.
Public classImageStreamProvider Provides stream content for images referenced by a TextDocument.
Public classMamlExportOptions Options to export a TextDocument into one or multiple Maml file(s), including all the referenced graphs and local images.
Public classMarkdownError Designates an error during processing of a Markdown file.
Public classMarkdownExportOptions Options to export a TextDocument into an external markdown file, including all the referenced graphs and local images.
Public classMarkdownImportOptions Provides options and helpers for importing Markdown documents.
Public classMarkdownToResourceExport 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.
Public classMarkdownUtilities Contains static methods useful to process markdown annotated text.
Public classTextDocument Stores notes as markdown annotated text.
Public classTextDocumentCollection Stores the TextDocuments of the project.
Public classTextDocumentOtherActions Provides additional UI actions for TextDocument instances.