StyleChainResolver
Overview
StyleChainResolver is a class in Aspose.Words FOSS for Python.
Walk the <w:basedOn> graph for a styleId.
Methods
| Signature | Description |
|---|---|
__init__(ctx: ReaderContext) | |
chain(style_id_or_name: str) → list[str] | |
numPr_from_style(style_id: str) → Optional[ET.Element] | Find the first <w:numPr> while walking the chain back to root. |