XpsResourceDictionary
Overview
XpsResourceDictionary is a class in Aspose.Page FOSS for Python.
Resource dictionary with parent lookup.
This class provides 1 method for working with XpsResourceDictionary objects in Python programs.
Available methods include: resolve.
All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.
Properties: items, parent.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
items | dict[str, object] | Read | Gets the items. |
parent | "XpsResourceDictionary | None" | Read | Gets the parent. |
Methods
| Signature | Description |
|---|---|
resolve(key: str) → object | None |