ooodev.adapter.io.active_data_sink_partial module
- class ooodev.adapter.io.active_data_sink_partial.ActiveDataSinkPartial(component, interface=com.sun.star.io.XActiveDataSink)[source]
Bases:
object
Partial Class XActiveDataSink.
- Parameters:
component (XActiveDataSink) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.io.XActiveDataSink)[source]
Constructor
- Parameters:
component (XActiveDataSink) – UNO Component that implements
com.sun.star.io.XActiveDataSink
interface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XActiveDataSink
.
- Return type:
None