ConversionOptions
Overview
ConversionOptions is a class in Aspose.Words for Python.
Options for controlling DOCX to Markdown conversion.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
heading_style | HeadingStyle | Read | Defines the markdown heading syntax (e.g., ATX or Setext) used during export |
list_marker | ListMarker | Read | Sets the character(s) used for unordered list items in markdown |
code_block_style | CodeBlockStyle | Read | Selects the markdown code block delimiter style (fenced or indented) |
export_underline | bool | Read | Indicates whether underline formatting is rendered in the output |
export_strikethrough | bool | Read | Indicates whether strikethrough formatting is rendered in the output |
export_headers_footers | bool | Read | Controls whether document headers and footers are included in the export |
preserve_emphasis | bool | Read | Determines if original emphasis markers (bold/italic) are kept unchanged |
table_pipe_style | bool | Read | Uses pipe characters for markdown table column separators |
wrap_width | Optional[int] | Read | Sets the maximum line length for wrapped text; None disables wrapping |
escape_special_chars | bool | Read | Enables escaping of markdown‑reserved characters in the output |