StyleChainResolver
Overview
StyleChainResolver 是Python的Aspose.Words FOSS中的一个类.
在路上走. <w:basedOn> 图表为一个 styleId.
这个类提供了在Python程序中使用StyleChainResolver 对象的3种方法. 有的方法包括: __init__, chain, numPr_from_style. 在安装Python包的Aspose.Words FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
__init__(ctx: ReaderContext) | |
chain(style_id_or_name: str) → list[str] | |
numPr_from_style(style_id: str) → Optional[ET.Element] | 找出第一个 <w:numPr> 在把链子带回根基的时候. |