Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: document ::

interface XEventsSupplier

Base Interface
com::sun::star::uno::XInterface

Description
gives access to a list of URLs bound to events of this object.


Known Services which Export this Interface

com::sun::star::document::OfficeDocument This abstract service specifies a storable and printable document.
com::sun::star::image::ImageMapObject this is a base service for objects inside a image maps.

Methods' Summary

getEvents offers a list of event handlers which are be bound to events of this object.

Methods' Details

getEvents
 
com::sun::star::container::XNameReplace
getEvents();
Description
offers a list of event handlers which are be bound to events of this object.
Returns
an Events object.

Top of Page