[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Indesign,ObjectEventListener Info=Provides COM server Indesign.Application. Tab=Adobe [Property] Name=Sets the name of the component. ARG(string)|2| InteractionLevel=Sets a value that controls the display of dialogs and alerts during script processing. ARG(idUserInteractionLevels)|14|1|idNeverInteract,idInteractWithAll,idInteractWithAlerts SaveOptions=Sets the options for saving a document before closing or quitting. ARG(idSaveOptions)|14|1|idNo,idAsk,idYes ##EventListener=Sets an event listener options EventHandler=Sets the full path to the scripting file. ARG(string)|2| EventType=Sets the event type. ARG(string)|14|0|afterActivate,afterClose,afterContextChanged,afterDelete,afterEmbed,afterInvoke,afterLinksChanged,afterMove,afterNew,afterOpen,afterPlace,afterQuit,afterSelectionAttributeChanged,afterSelectionChanged,afterUnembed,afterUpdate,AtTarget,beforeClose,beforeDeactivate,beforeDelete,beforeDisplay,beforeEmbed,beforeInvoke,beforeMove,beforeOpen,beforePlace,beforeQuit,beforeUnembed,beforeUpdate,BubblingPhase,CapturingPhase,NotDispatching,OnInvoke Captures=This parameter is obsolete. ARG(bool)|14|1|True,False ## VersionCS=Sets the version of the Adobe Creative Suite. ARG(enum)|14|0|5.0,5.5,6.0 [Methods] doConstructor=Initializes new instance of COM server Indesign.Application. ARG()|1|0 doQuit=Closes instance of COM server Indesign.Application. ARG(idSaveOptions saveoptions)|1|0 *doActivate=Makes the application the front-most or active window. ARG()|1|0 onComplete=Occurs after starting new instance of COM server Indesign.Application. ARG(Application)|2|0 *onAfterActivate=Dispatched after the Application becomes active. This event bubbles. This event is not cancelable. ARG([this, idAfterActivate])|2|0 *onAfterClose=Dispatched after a Document is closed. This event bubbles. This event is not cancelable. ARG([this, idAfterClose])|2|0 *onAfterContextChanged=Dispatched after the active context changes. This event bubbles. This event is not cancelable. ARG([this, idAfterContextChanged])|2|0 *onAfterOpen=Dispatched after a Document is opened. This event bubbles. This event is not cancelable. ARG([this, idAfterOpen])|2|0 *onAfterQuit=Dispatched when the Application is quitting. Since the quit has been committed, it can not be canceled. This event bubbles. This event is not cancelable. ARG([this, idAfterQuit])|2|0 *onAfterSelectionAttributeChanged=Dispatched after an attribute on the active selection changes. This event bubbles. This event is not cancelable. ARG([this, idAfterSelectionAttributeChanged])|2|0 *onAfterSelectionChanged=Dispatched after the active selection changes. This event bubbles. This event is not cancelable. ARG([this, idAfterSelectionChanged])|2|0 *onBeforeDeactivate=Dispatched before the Application becomes inactive. This event bubbles. This event is not cancelable. ARG([this, idBeforeDeactivate])|2|0 *onBeforeNew=Dispatched before a Document is created. This event bubbles. This event is cancelable. ARG([this, idBeforeNew])|2|0 *onBeforeOpen=Dispatched before a Document is opened. This event bubbles. This event is cancelable. ARG([this, idBeforeOpen])|2|0 *onBeforeQuit=Dispatched before the Application is quit. Allows the quit to be canceled. This event bubbles. This event is cancelable. ARG([this, idBeforeQuit])|2|0 Application=Returns an instance of COM server Indesign.Application. ARG(Application)|3|0 *ActiveBook=Returns the active book. ARG(Book)|3|0 *ActiveDocument=Returns the frontmost document. ARG(Document)|3|0 *ActiveScript=Returns the current script running from the Scripts panel. ARG(string)|3|2 *Documents=Returns a collection of documents. ARG(Documents)|3|0 *FilePath=Returns the full path to the file. ARG(string)|3|2 *FullName=Returns the full path to the Application, including the name of the Application. ARG(string)|3|2 *Locale=Returns the locale of the application. ARG(idLocale)|3|0 *ModalState=Returns the value indicating whether that a modal dialog or alert is active. ARG(bool)|3|104 *Name=Returns the name of the Application. ARG(string)|3|2 *SerialNumber=Returns the user's serial number. ARG(string)|3|2 *Version=Returns the application version. ARG(string)|3|2 *Visible=Returns the value indicating whether that the Application is visible. ARG(bool)|3|104 *saveOptions=Defines the options for saving a document before closing or quitting. ARG(idSaveOptions)|4|0