Click or drag to resize

MarkdownToResourceExport Methods

The MarkdownToResourceExport type exposes the following members.

Methods
 NameDescription
Public methodStatic memberExport(TextDocument, String, String) Exports the specified TextDocument to an external markdown file.
Public methodStatic memberExport(IEnumerableValueTupleTextDocument, String, String, IDictionaryString, String, IDictionaryString, Byte) Exports the specified documents.
Public methodStatic memberExport(TextDocument, String, String, IDictionaryString, String, IDictionaryString, Byte) Exports the specified document.
Public methodStatic memberExportMarkdownDocumentsToResourceFiles(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.
Public methodStatic memberExportMarkdownDocumentsToResourceFiles(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.
Public methodStatic memberExportMarkdownDocumentToResourceFile Exports the markdown document and its referenced images to the string and the image resource file.
Top
See Also