XpsResourceDictionary

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

NameTypeAccessDescription
itemsdict[str, object]ReadGets the items.
parent"XpsResourceDictionary | None"ReadGets the parent.

Methods

SignatureDescription
resolve(key: str)object | None

See Also