ooodev.adapter.util.flushable_partial module
- class ooodev.adapter.util.flushable_partial.FlushablePartial(component, interface=com.sun.star.util.XFlushable)[source]
Bases:
objectPartial Class XFlushable.
- Parameters:
component (XFlushable) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.util.XFlushable)[source]
Constructor
- Parameters:
component (XFlushable) – UNO Component that implements
com.sun.star.util.XFlushableinterface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XFlushable.
- Return type:
None