Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XInvocation2
Base Interfaces
XInvocation2XInvocation

XInvocation
(referenced interface's summary:)
gives access to an object's methods and properties. Container access is available through ::com::sun::star::container::XIndexContainer, ::com::sun::star::container::XNameContainer and ::com::sun::star::container::XEnumerationAccess.

Description
Extension of XInvocation to provide additional information about the methods and properties that are accessable via XInvocation.


Methods' Summary
getMemberNames returns the names of all methods and properties accessable via XInvocation.  
getInfo returns information items for all methods and properties accessable via XInvocation.  
getInfoForName returns information item for the method or property defined by aName  
Methods' Details
getMemberNames
sequence< string >
getMemberNames();

Description
returns the names of all methods and properties accessable via XInvocation.
getInfo
sequence< InvocationInfo >
getInfo();

Description
returns information items for all methods and properties accessable via XInvocation.
See also
Invocation
getInfoForName
InvocationInfo
getInfoForName( [in] string  aName,
[in] 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
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.