ConversionOptions

General

ConversionOptions és una classe en Aspose.Words per a Python.

Opcions per controlar la conversió de DOCX a Markdown.

Propietats

NameTypeAccessDescription
heading_styleHeadingStyleReadDefines the markdown heading syntax (e.g., ATX or Setext) used during export
list_markerListMarkerReadSets the character(s) used for unordered list items in markdown
code_block_styleCodeBlockStyleReadSelects the markdown code block delimiter style (fenced or indented)
export_underlineboolReadIndicates whether underline formatting is rendered in the output
export_strikethroughboolReadIndicates whether strikethrough formatting is rendered in the output
export_headers_footersboolReadControls whether document headers and footers are included in the export
preserve_emphasisboolReadDetermines if original emphasis markers (bold/italic) are kept unchanged
table_pipe_styleboolReadUses pipe characters for markdown table column separators
wrap_widthOptional[int]ReadSets the maximum line length for wrapped text; None disables wrapping
escape_special_charsboolReadEnables escaping of markdown‑reserved characters in the output
table_content_alignmentstrRead
list_export_modestrRead
link_export_modestrRead
export_as_htmlstrRead
empty_paragraph_export_modestrRead
export_images_as_base64boolRead
images_folderstrRead
images_folder_aliasstrRead
 Català