ParagraphConverter
Overview
ParagraphConverter is a class in Aspose.Words for Python.
Handles conversion of paragraphs to Markdown.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
options | `` | Read | Provides access to configurable conversion options for the converter |
Methods
| Signature | Description |
|---|---|
__init__(options: ConversionOptions) | |
get_paragraph_info(para: ParagraphData) → ParagraphInfo | Extract comprehensive information from a paragraph. |
get_run_formatting(run: RunData) → RunFormatting | Extract formatting information from a run. |
format_text(text: str, fmt: RunFormatting, is_code_block: bool) → str | Apply Markdown formatting to text. |