| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
describes an effect, especially a script to be executed, for a certain event given by the listener type and the name of the event method. More...
import "ScriptEventDescriptor.idl";
| Public Attributes | |
| string | ListenerType | 
| listener type as string, same as listener-XIdlClass.getName(). | |
| string | EventMethod | 
| event method as string. | |
| string | AddListenerParam | 
| data to be used if the addListener method needs an additional parameter. | |
| string | ScriptType | 
| type of the script language as string; for example, "Basic" or "StarScript". | |
| string | ScriptCode | 
| script code as string (the code has to correspond with the language defined by ScriptType). | |
describes an effect, especially a script to be executed, for a certain event given by the listener type and the name of the event method.
| string AddListenerParam | 
data to be used if the addListener method needs an additional parameter.
If the type of this parameter is different from string, it will be converted, when added.
| string EventMethod | 
event method as string.
| string ListenerType | 
listener type as string, same as listener-XIdlClass.getName().
| string ScriptCode | 
script code as string (the code has to correspond with the language defined by ScriptType).
| string ScriptType | 
type of the script language as string; for example, "Basic" or "StarScript".