ooodev.adapter.frame.app_dispatch_provider_comp module
- class ooodev.adapter.frame.app_dispatch_provider_comp.AppDispatchProviderComp(component)[source]
Bases:
ComponentProp
,AppDispatchProviderPartial
Class for managing AppDispatchProvider.
- Parameters:
component (XDispatchInformationProvider) –
- __init__(component)[source]
Constructor
- Parameters:
component (XDispatchInformationProvider) – UNO Component that implements
com.sun.star.frame.AppDispatchProvider
service.- Return type:
None
- classmethod from_lo(lo_inst=None)[source]
Creates an instance from the Lo.
- Parameters:
lo_inst (LoInst, optional) – LoInst, Defaults to
Lo.current_lo
.- Returns:
The instance.
- Return type:
- property component: com.sun.star.frame.AppDispatchProvider
AppDispatchProvider Component
- Return type:
AppDispatchProvider