MarkdownSaveOptions

MarkdownSaveOptions

Overview

MarkdownSaveOptions is a class in Aspose.Words for Python.

Options for saving documents as Markdown.

Properties

NameTypeAccessDescription
table_content_alignmentstrReadSets alignment of table cell content in the exported Markdown
list_export_modestrReadDetermines how lists are rendered when saving to Markdown
export_images_as_base64boolReadExports images as Base64 strings embedded in the Markdown file
images_folderstrReadSpecifies the folder where external image files are saved
images_folder_aliasstrReadDefines a virtual path used in the Markdown to reference saved images
export_underline_formattingboolReadEnables or disables underline formatting in Markdown output

Methods

SignatureDescription
__init__()