MarkdownToResourceExport Methods |
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