ooodev.adapter.beans.property_set_option_partial module
- class ooodev.adapter.beans.property_set_option_partial.PropertySetOptionPartial(component, interface=com.sun.star.beans.XPropertySetOption)[source]
Bases:
objectPartial class for XPropertySetOption.
- Parameters:
component (XPropertySetOption) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.beans.XPropertySetOption)[source]
Constructor
- Parameters:
component (XPropertySetOption) – UNO Component that implements
com.sun.star.bean.XPropertySetOptioninterface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XPropertySetOption.
- Return type:
None