ParagraphFormatResolver
Overview
ParagraphFormatResolver is a class in Aspose.Words FOSS for Python.
Compose a fully cascaded :class:ldm.ParagraphFormat.
This class provides 3 methods for working with ParagraphFormatResolver objects in Python programs.
Available methods include: __init__, merge, resolve.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(ctx: ReaderContext, pfs: ParagraphFormatBuilder, chains: StyleChainResolver) | |
resolve(pPr: Optional[ET.Element], style_id: str) → ldm.ParagraphFormat | Compose a ParagraphFormat through docDefaults → style chain → pPr. |
merge(base: ldm.ParagraphFormat, override: ldm.ParagraphFormat) | Merge override into base with tab-stop clear-position semantics. |