HtmlExportOptionsExport Method |
Exports the specified
TextDocument to an external markdown file.
Namespace: Altaxo.TextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Export(
TextDocument document,
string fileName,
List<MarkdownError> errors
)
Parameters
- document TextDocument
- The document to export.
- fileName String
- Full name of the Html file to export to. Note that if exporting to multiple Html files,
this is the base file name only; the file names will be derived from this name.
- errors ListMarkdownError
- A list that collects error messages.
See Also