[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=Photoshop Info=Provides COM server Photoshop.Application. Tab=Adobe [Property] Name=Set the name of the component. ARG(string)|2| Document=Sets the frontmost document. ARG(Document)|20|(empty)|PhotoshopDocument DocPath=Sets the document to load. ARG(string)|2| @DisplayDialogs=Sets the dialog mode for the application, which controls what types of dialogs should be displayed when running scripts. ARG(PsDialogModes)|14|0|psDisplayAllDialogs,psDisplayErrorDialogs,psDisplayNoDialogs @NotifiersEnabled=Sets a value indicating whether that all notifiers are enabled. ARG(bool)|14|1|True,False @Visible=Sets a value indicating whether the application window and all its child controls are displayed. ARG(bool)|14|0|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 Photoshop.Application. ARG()|1|0 doQuit=Closes instance of COM server Photoshop.Application. ARG()|1|0 *doActiveDocument=Sets the frontmost document. ARG(Document document)|1|0 *doColorSettings=Sets the name of the current color settings. ARG()|1|0 *doLoad=Loads a support file (as opposed to a Photoshop image document) from the specified location. ARG(string docpath)|1|0 *Refresh=Pauses the script until the application refreshes. ARG()|1|0 onComplete=Occurs after starting Photoshop application. ARG(Application)|2|0 Application=Returns COM server Photoshop.Application. ARG(Application)|3|0 *ActiveDocument=Returns the frontmost document. ARG(Document)|3|0 *Build=Returns information about the application. ARG(string)|3|2 *ColorSettings=Returns the name of the current color settings, as selected with Edit > Color Settings. ARG(string)|3|2 *Documents=Returns the collection of open documents. ARG(Document[])|3|13 *Fonts=Returns the fonts installed on this system. ARG(TextFont[])|3|13 *FreeMemory=Returns the amount of unused memory available to Adobe Photoshop CS. ARG(double)|3|7 *Locale=Returns the language location of the application. For example: en_US. ARG(string)|3|2 *MacintoshFileTypes=Returns a list of file image types Adobe Photoshop CS can open. ARG(string[])|3|13 *Name=Returns the application's name. ARG(string)|3|2 *Notifiers=Returns the collection of notifiers currently configured (in the Scripts Events Manager menu in the Adobe Photoshop CS application). ARG(Notifiers)|3|13 *NotifiersEnabled=Returns the value indicating whether that all notifiers are enabled. ARG(bool)|3|104 *Path=Returns the full path to the location of the Adobe Photoshop CS application. ARG(string)|3|2 *Preferences=Returns the application preference settings (equivalent to selecting Edit > Preferences). ARG(Preferences)|3|0 *PreferencesFolder=Returns the full path to the Preferences folder. ARG(string)|3|2 *RecentFiles=Returns Files in the Recent Files list. ARG(string[])|3|13 *ScriptingBuildDate=Returns the build date of the Scripting interface. ARG(string)|3|2 *ScriptingVersion=Returns the version of the Scripting interface. ARG(string)|3|2 *SystemInformation=Returns Runtime details of the application and system. ARG(string)|3|2 *Version=Returns the version of Adobe Photoshop application you are running. ARG(string)|3|2 *Visible=Returns a value indicating whether the application window and all its child controls are displayed. ARG(bool)|3|104 *WindowsFileTypes=Returns a list of file image extensions Adobe Photoshop CS can open. ARG(string[])|3|13 *docPath=Defines the document to load. ARG(string)|4|2 *document=Defines the frontmost document. ARG(Document)|4|0