MarkdownLoadOptions

MarkdownLoadOptions

Overview

MarkdownLoadOptions is a class in Aspose.Words FOSS for Python. Inherits from: LoadOptions.

Load options specific to Markdown (.md) input.

This class provides 1 method for working with MarkdownLoadOptions objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package. Properties: encoding, load_format, preserve_empty_lines.

Properties

NameTypeAccessDescription
load_format``ReadGets the load format.
preserve_empty_linesboolReadGets the preserve empty lines.
encodingstrReadGets the encoding.

Methods

SignatureDescription
__init__()Calls init on this MarkdownLoadOptions instance.

See Also