service EventDescriptor in module com::sun::star::document::

(Global Index)

Syntax

service EventDescriptor;

Description

specifies an event binding for a document or a document content.

See also

Events

See also

XEventsSupplier

Property Summary

EventType specifies the type of the event handler.

Script specifies the script source code.

Property Details



EventType

Syntax

string EventType;

Description

specifies the type of the event handler.

Usually this is one of the following: "None", "StarBasic", "JavaScript", "Presentation". This list is extensible.


Script

Syntax

string Script;

Description

specifies the script source code.

Top of Page