ConversionOptions

ConversionOptions

Overview

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

Options for controlling DOCX to Markdown conversion.

Properties: code_block_style, empty_paragraph_export_mode, escape_special_chars, export_as_html, export_headers_footers, export_images_as_base64, and 13 more.

Properties

NameTypeAccessDescription
heading_styleHeadingStyleReadGets the heading style.
list_markerListMarkerReadGets the list marker.
code_block_styleCodeBlockStyleReadGets the code block style.
export_underlineboolReadGets the export underline.
export_strikethroughboolReadGets the export strikethrough.
export_headers_footersboolReadGets the export headers footers.
preserve_emphasisboolReadGets the preserve emphasis.
table_pipe_styleboolReadGets the table pipe style.
wrap_widthOptional[int]ReadGets the wrap width.
escape_special_charsboolReadGets the escape special chars.
table_content_alignmentstrReadGets the table content alignment.
list_export_modestrReadGets the list export mode.
link_export_modestrReadGets the link export mode.
export_as_htmlstrReadGets the export as html.
empty_paragraph_export_modestrReadGets the empty paragraph export mode.
export_images_as_base64boolReadGets the export images as base64.
images_folderstrReadGets the images folder.
images_folder_aliasstrReadGets the images folder alias.
paragraph_breakstrReadGets the paragraph break.

See Also