ooodev.adapter.frame.the_popup_menu_controller_factory_comp module

class ooodev.adapter.frame.the_popup_menu_controller_factory_comp.ThePopupMenuControllerFactoryComp(component)[source]

Bases: ComponentBase, UIControllerFactoryPartial

Class for managing thePopupMenuControllerFactory Component.

Parameters:

component (thePopupMenuControllerFactory) –

__init__(component)[source]

Constructor

Parameters:

component (thePopupMenuControllerFactory) – UNO Component that implements com.sun.star.frame.thePopupMenuControllerFactory service.

Return type:

None

classmethod from_lo(lo_inst=None)[source]

Get the singleton instance from the Lo.

Parameters:

lo_inst (LoInst, optional) – LoInst, Defaults to Lo.current_lo.

Returns:

The instance.

Return type:

ThePopupMenuControllerFactoryComp

property component: com.sun.star.frame.thePopupMenuControllerFactory

thePopupMenuControllerFactory Component

Return type:

thePopupMenuControllerFactory