ooodev.adapter.ui.context_menu_interception_partial module
- class ooodev.adapter.ui.context_menu_interception_partial.ContextMenuInterceptionPartial(component, interface=com.sun.star.ui.XContextMenuInterception)[source]
Bases:
object
Partial Class for XContextMenuInterception.
New in version 0.20.0.
- Parameters:
component (XContextMenuInterception) –
interface (UnoInterface | None) –
- __init__(component, interface=com.sun.star.ui.XContextMenuInterception)[source]
Constructor
- Parameters:
component (XContextMenuInterception) – UNO Component that implements
com.sun.star.ui.XContextMenuInterception
.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XContextMenuInterception
.
- Return type:
None