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_styleHeadingStyleRead/WriteGets or sets the heading style.
list_markerListMarkerRead/WriteGets or sets the list marker.
code_block_styleCodeBlockStyleRead/WriteGets or sets the code block style.
export_underlineboolRead/WriteGets or sets the export underline.
export_strikethroughboolRead/WriteGets or sets the export strikethrough.
export_headers_footersboolRead/WriteGets or sets the export headers footers.
preserve_emphasisboolRead/WriteGets or sets the preserve emphasis.
table_pipe_styleboolRead/WriteGets or sets the table pipe style.
wrap_widthOptional[int]Read/WriteGets or sets the wrap width.
escape_special_charsboolRead/WriteGets or sets the escape special chars.
table_content_alignmentstrRead/WriteGets or sets the table content alignment.
list_export_modestrRead/WriteGets or sets the list export mode.
link_export_modestrRead/WriteGets or sets the link export mode.
export_as_htmlstrRead/WriteGets or sets the export as html.
empty_paragraph_export_modestrRead/WriteGets or sets the empty paragraph export mode.
export_images_as_base64boolRead/WriteGets or sets the export images as base64.
images_folderstrRead/WriteGets or sets the images folder.
images_folder_aliasstrRead/WriteGets or sets the images folder alias.
paragraph_breakstrRead/WriteGets or sets the paragraph break.

See Also

 English