|
Syntax
- string getImplementationName
();
Description
-
Returns
-
an identifier for the implementation of this object.
In general this should be a qualified identifier like
"com.sun.star.comp.office.writer.SwTextDocument".
Syntax
- boolean supportsService
(
- string ServiceName );
Description
asks whether a service is supported or not.
Syntax
- sequence< string > getSupportedServiceNames
();
Description
-
Returns
-
a sequence of the names of all supported services.
This includes the services which are indirectly supported because
they are part of the specification of directly supported services.
|