ooodev.adapter.beans.property_bag_partial module
- class ooodev.adapter.beans.property_bag_partial.PropertyBagPartial(component, interface=com.sun.star.beans.XPropertyBag)[source]
Bases:
PropertySetPartial
,PropertyContainerPartial
,PropertyAccessPartial
Partial class for XPropertyBag.
- Parameters:
component (XPropertyBag) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.beans.XPropertyBag)[source]
Constructor
- Parameters:
component (XPropertyBag) – UNO Component that implements
com.sun.star.container.XPropertyBag
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XPropertyBag
.
- Return type:
None