Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: script ::

interface XDirectInvocation
Description
provides access to an object's methods and properties.

Methods' Summary
directInvoke provides access to methods and properties exposed by an object.  
hasMember returns true if the method or property with the specified name exists, else false.  
Methods' Details
directInvoke
any
directInvoke( [in] string  aName,
[in] sequence< any >  aParams )
raises( ::com::sun::star::lang::IllegalArgumentException,
CannotConvertException,
::com::sun::star::reflection::InvocationTargetException );

Description
provides access to methods and properties exposed by an object.
Parameter aParams
all parameters, out parameters are not supported
hasMember
boolean
hasMember( [in] string  aName );

Description
returns true if the method or property with the specified name exists, else false.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.