LdmMarkdownWriter

LdmMarkdownWriter

Overview

LdmMarkdownWriter is a class in Aspose.Words FOSS for Python.

Converts a light_document_model.Document to a Markdown string.

This class provides 3 methods for working with LdmMarkdownWriter objects in Python programs. Available methods include: __init__, to_reference, write. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: options.

Properties

NameTypeAccessDescription
options``ReadGets the options.

Methods

SignatureDescription
__init__(options: Optional[ConversionOptions])Calls init(options) on this LdmMarkdownWriter instance.
write(doc: ldm.Document, output_path: Optional[Path])strConvert doc to Markdown and return the result string.
to_reference(match: re.Match)strCalls to_reference(match) on this LdmMarkdownWriter instance.

See Also

 English