ooodev.adapter.configuration.the_default_provider_comp module
- class ooodev.adapter.configuration.the_default_provider_comp.TheDefaultProviderComp(component)[source]
Bases:
_TheDefaultProviderComp,MultiServiceFactoryPartial,CompDefaultsPartialClass for managing theDefaultProvider Component.
Note
This is a Dynamic class that is created at runtime. This means that the class is created at runtime and not defined in the source code. In addition, the class may be created with additional classes implemented.
The Type hints for this class at design time may not be accurate. To check if a class implements a specific interface, use the
isinstancefunction oris_supported_interface()methods which is always available in this class.- Parameters:
component (Any) –
- __init__(component)[source]
Constructor
- Parameters:
component (theDefaultProvider) – UNO Component that implements
com.sun.star.configuration.theDefaultProviderservice.- 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:
- property component: com.sun.star.configuration.theDefaultProvider
theDefaultProvider Component
- Return type:
theDefaultProvider