MarkdownToResourceExport Class |
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.
Inheritance Hierarchy Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static class MarkdownToResourceExport
The MarkdownToResourceExport type exposes the following members.
Methods | Name | Description |
---|
| Export(TextDocument, String, String) |
Exports the specified TextDocument to an external markdown file.
|
| Export(IEnumerableValueTupleTextDocument, String, String, IDictionaryString, String, IDictionaryString, Byte) |
Exports the specified documents.
|
| Export(TextDocument, String, String, IDictionaryString, String, IDictionaryString, Byte) |
Exports the specified document.
|
| ExportMarkdownDocumentsToResourceFiles(IEnumerableValueTupleTextDocument, String, String, IResourceReader, IResourceWriter, Boolean, IResourceReader, IResourceWriter, Boolean) |
Exports the markdown documents and their referenced images to the string and the image resource file.
|
| ExportMarkdownDocumentsToResourceFiles(IDictionaryString, String, IDictionaryString, Byte, String, IResourceReader, IResourceWriter, Boolean, IResourceReader, IResourceWriter, Boolean) |
Exports the collected markdown documents and images to the string and the image resource file.
|
| ExportMarkdownDocumentToResourceFile |
Exports the markdown document and its referenced images to the string and the image resource file.
|
TopSee Also