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

enable_change_listener_notification(enable)[source]

Turn on or off notifying change listeners on property value change.

This option is turned on by default.

Return type:

None

Parameters:

enable (bool) –