ParagraphFormatResolver

ParagraphFormatResolver

Overview

ParagraphFormatResolver is a class in Aspose.Words FOSS for Python.

Compose a fully cascaded :class:ldm.ParagraphFormat.

Methods

SignatureDescription
__init__(ctx: ReaderContext, pfs: ParagraphFormatBuilder, chains: StyleChainResolver)
resolve(pPr: Optional[ET.Element], style_id: str)ldm.ParagraphFormatCompose a ParagraphFormat through docDefaults → style chain → pPr.
merge(base: ldm.ParagraphFormat, override: ldm.ParagraphFormat)Merge override into base with tab-stop clear-position semantics.

See Also