interface XEventsSupplier in module com::sun::star::document::

(Global Index)

Syntax

interface XEventsSupplier : com::sun::star::uno::XInterface ;

Description

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

Method Summary

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

Known Services Which Export this Interface

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

com::sun::star::image::ImageMapObject

Method Details



getEvents

Syntax

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