ParagraphConverter

ParagraphConverter

Overview

ParagraphConverter is a class in Aspose.Words for Python.

Handles conversion of paragraphs to Markdown.

Properties

NameTypeAccessDescription
options``ReadProvides access to configurable conversion options for the converter

Methods

SignatureDescription
__init__(options: ConversionOptions)
get_paragraph_info(para: ParagraphData)ParagraphInfoExtract comprehensive information from a paragraph.
get_run_formatting(run: RunData)RunFormattingExtract formatting information from a run.
format_text(text: str, fmt: RunFormatting, is_code_block: bool)strApply Markdown formatting to text.