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:
object
Partial 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.XPropertySetOption
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XPropertySetOption
.
- Return type:
None