MarkdownSaveOptions

MarkdownSaveOptions

Overview

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

Options for saving documents as Markdown.

This class provides 1 method for working with MarkdownSaveOptions 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: empty_paragraph_export_mode, encoding, export_as_html, export_images_as_base64, export_underline_formatting, image_resolution, and 7 more.

Properties

NameTypeAccessDescription
table_content_alignment``ReadGets the table content alignment.
list_export_mode``ReadGets the list export mode.
export_images_as_base64boolReadGets the export images as base64.
images_folderstrReadGets the images folder.
images_folder_aliasstrReadGets the images folder alias.
export_underline_formattingboolReadGets the export underline formatting.
link_export_mode``ReadGets the link export mode.
export_as_html``ReadGets the export as html.
empty_paragraph_export_mode``ReadGets the empty paragraph export mode.
image_resolutionintReadGets the image resolution.
save_format``ReadGets the save format.
encodingstrReadGets the encoding.
paragraph_breakstrReadGets the paragraph break.

Methods

SignatureDescription
__init__()Calls init on this MarkdownSaveOptions instance.

See Also

 English