[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Executes the script in the specified language as a single transaction. Tab=Adobe [Property] Indesign=Sets COM server Indesign.Application. ARG(Application)|20|(empty)|Indesign +Script=Sets the script to execute. ARG(string)|2| Language=Sets the language of the script to execute. ARG(idScriptLanguage)|14|0|idUnknown,idVisualBasic,idJavascript Arguments=Sets an array of arguments passed to the script. ARG(string[])|5| UndoMode=Sets a value indicating whether how to undo this script. ARG(idUndoModes)|14|0|idScriptRequest,idEntireScript,idAutoUndo,idFastEntireScript UndoName=Sets the name of the undo step for entire script undo mode. ARG(string)|2|Script [Methods] doScript=Executes the script. ARG(string script, idScriptLanguage language, string[] arguments, idUndoModes undomode, string undoname)|1|0 onResult=Occurs after executing the script and returns the result. ARG(object)|2|0 Indesign=Defines COM server Indesign.Application. ARG(Application)|4|0 Script=Defines the script to execute. ARG(string)|4|2 Arguments=Defines an array of arguments passed to the script. ARG(string[])|4|13