Adobe 23101335 Scripting Guide - Page 5

Introduction, 1.1 About this manual, 1.1.1 Conventions in this guide

Page 5 highlights

1 Introduction 1.1 About this manual This manual provides an introduction to scripting Adobe Photoshop 7.0 on Mac OS and Windows®. Chapter one covers the basic conventions used in this manual and provides an overview of requirements for scripting Photoshop. Chapter two covers basic scripting terms, concepts and techniques. Experienced AppleScript writers and Visual Basic programmers may want to skip to Chapter three for specifics on scripting Photoshop. 1.1.1 Conventions in this guide Code and specific language samples appear in monospaced courier font: documents.add(); IMPORTANT: Most code examples in this manual are brief snippets that will not work as fully functional scripts. Several conventions will be used when referring to AppleScript, Visual Basic and JavaScript. Please note the following shortcut notations: ● AS stands for AppleScript ● VB stands for Visual Basic ● JS stands for JavaScript The term "commands" will be used to refer both to commands in AppleScript and methods in Visual Basic and JavaScript. When referring to specific properties and commands, the manual will follow the AppleScript naming convention for that property and the Visual Basic and JavaScript names will appear in parenthesis. For example: "The display dialogs (DisplayDialogs/displayDialogs) property is part of the Application object." In this case, display dialogs refers to the AppleScript property, DisplayDialogs refers to the Visual Basic property and displayDialogs refers to the JavaScript property. Photoshop 7.0 Scripting Guide 5

  • 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
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91

Photoshop 7.0 Scripting Guide
5
1
Introduction
1.1 About this manual
This manual provides an introduction to scripting Adobe Photoshop 7.0 on Mac OS and
Windows
®
. Chapter one covers the basic conventions used in this manual and provides an
overview of requirements for scripting Photoshop.
Chapter two covers basic scripting terms, concepts and techniques. Experienced AppleScript
writers and Visual Basic programmers may want to skip to Chapter three for specifics on
scripting Photoshop.
1.1.1 Conventions in this guide
Code and specific language samples appear in monospaced courier font:
documents.add();
IMPORTANT:
Most code examples in this manual are brief snippets that will not work as
fully functional scripts.
Several conventions will be used when referring to AppleScript, Visual Basic and JavaScript.
Please note the following shortcut notations:
AS stands for AppleScript
VB stands for Visual Basic
JS stands for JavaScript
The term “commands” will be used to refer both to commands in AppleScript and methods in
Visual Basic and JavaScript.
When referring to specific properties and commands, the manual will follow the AppleScript
naming convention for that property and the Visual Basic and JavaScript names will appear in
parenthesis. For example:
“The
display dialogs
(
DisplayDialogs/displayDialogs
) property is part of the
Application object.”
In this case,
display dialogs
refers to the AppleScript property,
DisplayDialogs
refers
to the Visual Basic property and
displayDialogs
refers to the JavaScript property.