MamlExportOptionsExport 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 = null
)
Parameters
- document TextDocument
- The document to export.
- fileName String
- Full name of the Maml file to export to. Note that if exporting to multiple Maml files,
this is the base file name only; the file names will be derived from this name.
- errors ListMarkdownError (Optional)
- A list that collects error messages.
See Also