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

service EventDescriptor
Description
specifies an event binding for a document or a document content
See also
Events
See also
XEventsSupplier

Properties' Summary
string
EventType
specifies the type of the event handler  
string
Script
specifies the script source code  
Properties' Details
EventType
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
string Script;
Description
specifies the script source code

 
Top of Page