ooodev.adapter.ui.ui_configuration_manager_comp module
- class ooodev.adapter.ui.ui_configuration_manager_comp.UIConfigurationManagerComp(component)[source]
Bases:
ComponentBase
,UIConfigurationManagerPartial
Class for managing
XUIConfigurationManager
Component.- Parameters:
component (XUIConfigurationManager) –
- __init__(component)[source]
Constructor
- Parameters:
component (XUIConfigurationManager) – UNO Component that implements
com.sun.star.ui.XUIConfigurationManager
interface.- Return type:
None
- has_settings(resource_url)[source]
Determines if the settings of a user interface element is part the user interface configuration manager.
- Return type:
bool
- Parameters:
resource_url (str) –
- property component: com.sun.star.ui.XUIConfigurationManager
XUIConfigurationManager Component
- Return type:
XUIConfigurationManager