Adobe 65010248 Scripting Guide - Page 9

Viewing the VBScript object model, Executing scripts

Page 9 highlights

CHAPTER 1: Introduction Executing scripts 9 2. Choose File > Open Dictionary. Script Editor displays an Open Dictionary dialog. 3. In the Open Dictionary dialog, find and select Adobe Illustrator CS4, and click Open. Script Editor displays a list of the Illustrator objects and commands, which include the properties and elements associated with each object and the parameters for each command. Several extended sample scripts are in the :Scripting:Sample Scripts folder in your Illustrator CS4 installation directory. You also can view script samples and information about individual classes, objects, properties, methods and parameters in Adobe Illustrator CS4 Scripting Reference: AppleScript, located in the :Scripting:Documentation folder in your Illustrator CS4 installation directory. Viewing the VBScript object model VBScript provides a type library you can use to view Illustrator object properties and methods. This procedure explains how to view the type library through any Microsoft Office program. Your VBScript editor probably provides access to the library. For information see your editor's Help. 1. In any Microsoft Office application, choose Tools > Macro > Visual Basic Editor. 2. In the Visual Basic Editor, choose Tools > References. 3. In the dialog that appears, select the check box for Adobe Illustrator CS4 Type Library, and click OK. 4. Choose View > Object Browser, to display the Object Browser window. 5. Choose "Illustrator" from the list of open libraries in the top-left pull-down menu of the Object Browser window. Several extended sample scripts are in the /Scripting/Sample Scripts folder in your Illustrator CS4 installation directory. You also can view script samples and information about individual classes, objects, properties, methods, and parameters in Adobe Illustrator CS4 Scripting Reference: VBScript, located in the /Scripting/Documentation folder in your Illustrator CS4 installation directory. Executing scripts The Illustrator interface includes a Scripts menu (File > Scripts) that provides quick and easy access to your scripts. Scripts can be listed directly as menu items that run when you select them. See "Installing scripts in the Scripts menu" on page 10. You can navigate from the menu to any script in your file system and then run the script. See "Executing scripts from the Other Scripts menu item" on page 10. You also can have JavaScript scripts with a .jsx extension start automatically when you launch the application. For information, see "Startup scripts (.jsx scripts only)" on page 10.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57

C
HAPTER
1: Introduction
Executing scripts
9
2.
Choose File > Open Dictionary. Script Editor displays an Open Dictionary dialog.
3.
In the Open Dictionary dialog, find and select Adobe Illustrator CS4, and click Open.
Script Editor displays a list of the Illustrator objects and commands, which include the properties and
elements associated with each object and the parameters for each command.
Several extended sample scripts are in the
:Scripting:Sample Scripts
folder in your Illustrator CS4
installation directory.
You also can view script samples and information about individual classes, objects, properties, methods
and parameters in
Adobe Illustrator CS4 Scripting Reference: AppleScript
, located in the
:Scripting:Documentation
folder in your Illustrator CS4 installation directory.
Viewing the VBScript object model
VBScript provides a type library you can use to view Illustrator object properties and methods. This
procedure explains how to view the type library through any Microsoft Office program. Your VBScript
editor probably provides access to the library. For information see your editor’s Help.
1.
In any Microsoft Office application, choose Tools > Macro > Visual Basic Editor.
2.
In the Visual Basic Editor, choose Tools > References.
3.
In the dialog that appears, select the check box for Adobe Illustrator CS4 Type Library, and click OK.
4.
Choose View > Object Browser, to display the Object Browser window.
5.
Choose “Illustrator” from the list of open libraries in the top-left pull-down menu of the Object
Browser window.
Several extended sample scripts are in the
/Scripting/Sample
Scripts
folder in your Illustrator CS4
installation directory.
You also can view script samples and information about individual classes, objects, properties, methods,
and parameters in
Adobe Illustrator CS4 Scripting Reference: VBScript
, located in the
/Scripting/Documentation
folder in your Illustrator CS4 installation directory.
Executing scripts
The Illustrator interface includes a Scripts menu (File > Scripts) that provides quick and easy access to your
scripts.
Scripts can be listed directly as menu items that run when you select them. See
Installing scripts in the
Scripts menu
” on page 10
.
You can navigate from the menu to any script in your file system and then run the script. See
Executing
scripts from the Other Scripts menu item
” on page 10
.
You also can have JavaScript scripts with a
.jsx
extension start automatically when you launch the
application. For information, see
Startup scripts (.jsx scripts only)
” on page 10
.