ConversionOptions
General
ConversionOptions és una classe en Aspose.Words per a Python.
Opcions per controlar la conversió de DOCX a Markdown.
Propietats
| 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 |
table_content_alignment | str | Read | |
list_export_mode | str | Read | |
link_export_mode | str | Read | |
export_as_html | str | Read | |
empty_paragraph_export_mode | str | Read | |
export_images_as_base64 | bool | Read | |
images_folder | str | Read | |
images_folder_alias | str | Read |