ooodev.adapter.frame.app_dispatch_provider_partial module

class ooodev.adapter.frame.app_dispatch_provider_partial.AppDispatchProviderPartial(component, interface=com.sun.star.frame.XAppDispatchProvider)[source]

Bases: DispatchInformationProviderPartial, DispatchProviderPartial

Partial class for XAppDispatchProvider.

Parameters:
  • component (XAppDispatchProvider) –

  • interface (UnoInterface | None) –

__init__(component, interface=com.sun.star.frame.XAppDispatchProvider)[source]

Constructor

Parameters:
  • component (XAppDispatchProvider) – UNO Component that implements com.sun.star.frame.XAppDispatchProvider interface.

  • interface (UnoInterface, optional) – The interface to be validated. Defaults to XAppDispatchProvider.

Return type:

None