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
| Name | Type | Access | Description |
|---|---|---|---|
heading_style | HeadingStyle | Read | Gets the heading style. |
list_marker | ListMarker | Read | Gets the list marker. |
code_block_style | CodeBlockStyle | Read | Gets the code block style. |
export_underline | bool | Read | Gets the export underline. |
export_strikethrough | bool | Read | Gets the export strikethrough. |
export_headers_footers | bool | Read | Gets the export headers footers. |
preserve_emphasis | bool | Read | Gets the preserve emphasis. |
table_pipe_style | bool | Read | Gets the table pipe style. |
wrap_width | Optional[int] | Read | Gets the wrap width. |
escape_special_chars | bool | Read | Gets the escape special chars. |
table_content_alignment | str | Read | Gets the table content alignment. |
list_export_mode | str | Read | Gets the list export mode. |
link_export_mode | str | Read | Gets the link export mode. |
export_as_html | str | Read | Gets the export as html. |
empty_paragraph_export_mode | str | Read | Gets the empty paragraph export mode. |
export_images_as_base64 | bool | Read | Gets the export images as base64. |
images_folder | str | Read | Gets the images folder. |
images_folder_alias | str | Read | Gets the images folder alias. |
paragraph_break | str | Read | Gets the paragraph break. |