|
Syntax
- sequence< string > getMemberNames
();
Description
-
Returns
-
The names of all methods and properties accessable via XInvocation.
Syntax
- sequence< com::sun::star::script::InvocationInfo > getInfo
();
Description
-
Returns
-
Information items for all methods and properties accessable via XInvocation.
See also
- Invocation
-
Syntax
- com::sun::star::script::InvocationInfo getInfoForName
(
- string aName,
- boolean bExact )
- raises ( com::sun::star::lang::IllegalArgumentException );
Description
-
Returns
-
Information item for the method or property defined by aName
Parameter aName
-
specifies the name of the method or property
Parameter bExact
-
specifies the name of the method or property
Throws
- IllegalArgumentException
if aName is not the name of a supported method or property
See also
- Invocation
-
|