Class BaseServiceInfo
- class ooodev.uno_helper.base_class.base_service_info.BaseServiceInfo(*args, **kwargs)[source]
Bases:
XServiceInfo
Provides information regarding the implementation: which services are implemented and the name of the implementation.
See also
- Parameters:
args (Any) –
kwargs (Any) –
- Return type:
Any
- getImplementationName()[source]
Provides the implementation name of the service implementation.
- Return type:
str