Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Text"]
Class | Description | |
---|---|---|
ChildDocumentExpander | Contains method to expand nested markdown child text documents into a master document. This is done recursively. | |
FigureRenumerator | ||
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 | ||
ImageStreamProvider | Provided stream content of images referenced in 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 | ||
MarkdownToResourceExport | Helper function to prepare the export of a markdown document, including the 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 |