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