|
Syntax
- string getImplementationName
();
Description
returns an implementation-identifier.
This string must uniquely identify a concrete implementation.
Therefor this should be a fully qualified name like
"com.sun.star.comp.office.writer.SwTextDocument". The comp (
short for component) should appear in the name to distinguish it from servicenames.
Returns
-
an identifier for the implementation of this object.
Syntax
- boolean supportsService
(
- string ServiceName );
Description
asks whether a service is supported or not.
Returns
- true in case the service is supported, false otherwise.
Syntax
- sequence< string > getSupportedServiceNames
();
Description
returns the names of the services supported by this implementation.
Returns
-
a sequence of the names of all supported services.
|