javascript terminology reference - arconlab.com fileterminology for scriptingsupport 1.0 for...

65
March 28, 2002 10:37 am 1 of 65 JavaScript Terminology Terminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long) number of keys contained in the descriptor typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . String Methods clear clear the descriptor erase erase a key from the descriptor Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long) getBoolean get the value of a key of type boolean Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long) return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean getClass get the value of a key of type class Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long) return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

Upload: trinhtruc

Post on 13-Apr-2019

243 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

March 28, 2002 10:37 am

JavaScript Terminology

Terminology for ScriptingSupport 1.0 for Photoshop 7.0

1.0 Objects

ActionDescriptorProperties

count . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)number of keys contained in the descriptor

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

clearclear the descriptor

eraseerase a key from the descriptor

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)getBoolean

get the value of a key of type boolean

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

getClassget the value of a key of type class

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

1 of 65

Page 2: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

getDoubleget the value of a key of type double

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

getEnumerationTypeget the enumeration type of a key

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getEnumerationValueget the enumeration value of a key

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getIntegerget the value of a key of type integer

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getKeyget ID of the Nth key

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getListget the value of a key of type list

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ActionList

getObjectTypeget the class ID of an object in a key of type object

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getObjectValueget the value of a key of type object

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptor

getPathget the value of a key of type Alias

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File

2 of 65 Javascript terminology

Page 3: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

getReferenceget the value of a key of type ActionReference

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . ActionReference

getStringget the value of a key of type string

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

getTypeget the type of a key

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . .DescValueType

getUnitDoubleTypeget the unit type of a key of type UnitDouble

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getUnitDoubleValueget the value of a key of type UnitDouble

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

hasKeydoes the descriptor contain the provided key?

Key . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

isEqualOtherDesc. . . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptorreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

putBooleanKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

putClassKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putDoubleKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

Javascript terminology 3 of 65

Page 4: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

putEnumeratedKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)EnumType . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putIntegerKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putListKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ActionList

putObjectKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)ClassID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptor

putPathKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File

putReferenceKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ActionReference

putStringKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

putUnitDoubleKey . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)UnitID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

ActionListProperties

count . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)number of items in the list

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

clearclear the list

4 of 65 Javascript terminology

Page 5: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

getBooleanget the value of an item of type boolean

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

getClassget the value of an item of type class

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getDoubleget the value of an item of type double

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

getEnumerationTypeget the enumeration type of an item

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getEnumerationValueget the enumeration value of an item

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getIntegerget the value of an item of type integer

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getListget the value of an item of type list

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ActionList

getObjectTypeget the class ID of an object in an item of type object

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getObjectValueget the value of an item of type object

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptor

Javascript terminology 5 of 65

Page 6: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

getPathget the value of an item of type Alias

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File

getReferenceget the value of an item of type ActionReference

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . ActionReference

getStringget the value of an item of type string

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

getTypeget the type of an item

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . .DescValueType

getUnitDoubleTypeget the unit type of an item of type UnitDouble

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getUnitDoubleValueget the value of anm item of type UnitDouble

Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

putBooleanValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

putClassValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putDoubleValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

putEnumeratedEnumType . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putIntegerValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putListValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ActionList

6 of 65 Javascript terminology

Page 7: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

putObjectClassID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptor

putPathValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File

putReferenceValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ActionReference

putStringValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

putUnitDoubleUnitID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

ActionReferenceProperties

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

getContainerreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . ActionReference

getDesiredClassreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

getEnumeratedTypeget type of enumeration of an ActionReference whose form is 'Enumerated'

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)getEnumeratedValue

get value of enumeration of an ActionReference whose form is 'Enumerated'

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)getForm

get form of ActionReference

return value: . . . . . . . . . . . . . . . . . . . . . . ReferenceFormTypegetIdentifier

get identifier value for an ActionReference whoxse form is 'Identifier'

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

Javascript terminology 7 of 65

Page 8: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

getIndexget index value for an ActionReference whoxse form is 'Index'

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)getName

get name value for an ActionReference whoxse form is 'Name'

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringgetOffset

get offset value for an ActionReference whoxse form is 'Offset'

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)getProperty

get property ID value for an ActionReference whoxse form is 'Property'

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)putClass

DesiredClass. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)putEnumerated

DesiredClass. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)EnumType . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putIdentifierDesiredClass. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putIndexDesiredClass. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putNameDesiredClass. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

putOffsetDesiredClass. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

putPropertyDesiredClass. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Applicationthe Adobe Photoshop application

8 of 65 Javascript terminology

Page 9: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

PropertiesactiveDocument . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Document

the frontmost document

arguments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Array of ObjectsbackgroundColor. . . . . . . . . . . . . . . . . . . . . . . . . . . . . SolidColorcolorSettings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

name of selected color settings' set

displayDialogs. . . . . . . . . . . . . . . . . . . . . . . . . . . . .DialogModescontrols whether or not Photoshop displays dialogs

documents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DocumentsforegroundColor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SolidColorfreeMemory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

the amount of unused memory available to Adobe Photoshop

name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringthe application's name

parent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objectpath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File

the full path of the location of the Photoshop application

preferences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preferencespreference settings

scriptingVersion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringthe version of the Scripting interface

serialNumber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringserial number of Photoshop

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringversion. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

the version of Adobe Photoshop application

Methodsalert

display an alert

Text. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringbeepcharIDToTypeID

convert from a four character code to a runtime ID

CharID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

Javascript terminology 9 of 65

Page 10: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

confirmdisplay a confirm dialog

Text. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

doActionplay an action from the Actions Palette

Action . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringFrom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

executeActionplay an ActionManager event

EventID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Descriptor. . . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptorDisplayDialogs. . . . . . . . . . . . . . . . . . . . . . . . . .DialogModesreturn value: . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptor

executeActionGetobtain an action descriptor

Reference . . . . . . . . . . . . . . . . . . . . . . . . . . . ActionReferencereturn value: . . . . . . . . . . . . . . . . . . . . . . . . .ActionDescriptor

openopen the specified document

Document . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FileAs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objectreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Document

purgepurges one or more caches

Target . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PurgeTargetstringIDToTypeID

convert from a string ID to a runtime ID

StringID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

typeIDToCharIDconvert from a runtime ID to a character ID

TypeID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

10 of 65 Javascript terminology

Page 11: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

typeIDToStringIDconvert from a runtime ID to a string ID

TypeID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

ArtLayerany layer that can contain data

PropertiesallLocked. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanblendMode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BlendModefillOpacity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

the interior opacity of the layer (between 0.0 and 100.0)

grouped . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanis the layer grouped with the layer below?

isBackgroundLayer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanis the layer a background layer?

kind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LayerKindto create a text layer set this property to 'text layer' on an empty art layer of type

'normal'

linkedLayers . . . . . . . . . . . . . . . . . . . . Object[ Array of Layers ]name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

the name of the layer

opacity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)master opacity of layer (between 0.0 and 100.0)

parent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ObjectpixelsLocked . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanpositionLocked . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleantextItem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TextItem

the text item that is associated with the art layer. Only valid for art layers whose'has text' is true

transparentPixelsLocked . . . . . . . . . . . . . . . . . . . . . . . . . Booleantypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringvisible . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

Javascript terminology 11 of 65

Page 12: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

MethodsadjustBrightnessContrast

adjust brightness and constrast

Brightness. . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Contrast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

adjustColorBalanceShadows . . . . . . . . . . . . . . Object[ Array of Numbers(long) ]Midtones . . . . . . . . . . . . . . Object[ Array of Numbers(long) ]Highlights . . . . . . . . . . . . . Object[ Array of Numbers(long) ]PreserveLuminosity . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

adjustCurvesadjust curves of the selected channels

CurveShape . . . . . . . . . . . . . . . . . . .Object[ Array of points ]adjustLevels

adjust levels of the selected channels

InputRangeStart . . . . . . . . . . . . . . . . . . . . . . . . Number(long)InputRangeEnd. . . . . . . . . . . . . . . . . . . . . . . . . Number(long)InputRangeGamma. . . . . . . . . . . . . . . . . . . . Number(double)OutputRangeStart . . . . . . . . . . . . . . . . . . . . . . . Number(long)OutputRangeEnd . . . . . . . . . . . . . . . . . . . . . . . Number(long)

applyAddNoiseapply the add noise filter

Amount. . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Distribution. . . . . . . . . . . . . . . . . . . . . . . . . NoiseDistributionMonochromatic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

applyBlurapply the blur filter

applyBlurMoreapply the blur more filter

applyCloudsapply the clouds filter

applyCustomFilterapply the custom filter

Characteristics . . . . . . . . . Object[ Array of Numbers(long) ]Scale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Offset . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

12 of 65 Javascript terminology

Page 13: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

applyDeInterlaceapply the De-Interlace filter

EliminateFields. . . . . . . . . . . . . . . . . . . . . . . . EliminateFieldsCreateFields . . . . . . . . . . . . . . . . . . . . . . . . . . . . CreateFields

applyDespeckleapply the despeckle filter

applyDifferenceCloudsapply the difference clouds filter

applyDiffuseGlowapply the diffuse glow filter

Graininess. . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)GlowAmount . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)ClearAmount . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

applyDisplaceapply the displace filter

HorizontalScale . . . . . . . . . . . . . . . . . . . . . . . . Number(long)VerticalScale . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)DisplacementType . . . . . . . . . . . . . . . DisplacementMapTypeUndefinedAreas . . . . . . . . . . . . . . . . . . . . . . UndefinedAreasDisplacementMapFile . . . . . . . . . . . . . . . . . . . . . . . . . . . File

applyDustAndScratchesapply the dust and scratches filter

Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Threshold . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

applyGaussianBlurapply the Gaussian blur filter

Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)applyGlassEffect

apply the glass filter

Distortion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Smoothness. . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Scaling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Invert . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanTexture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TextureTypeTextureFile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File

applyHighPassapply the high pass filter

Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

Javascript terminology 13 of 65

Page 14: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

applyLensFlareapply the lens flare filter

Brightness. . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)FlareCenter . . . . . . Object[ Array of two Numbers(double) ])LensType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LensType

applyMaximumapply the maximum filter

Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)applyMedianNoise

apply the median noise filter

Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)applyMinimum

apply the minimum filter

Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)applyMotionBlur

apply the motion blur filter

Angle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

applyNTSCapply the NTSC colors filter

applyOceanRippleapply the ocean ripple filter

Size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Magnitude. . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

applyOffsetapply the offset filter

Horizontal. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Vertical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)UndefinedAreas . . . . . . . . . . . . . . . . . OffsetUndefinedAreas

applyPinchapply the pinch filter

Amount. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)applyPolarCoordinates

apply the polar coordinates filter

Conversion . . . . . . . . . . . . . . . . . . . . . . PolarConversionType

14 of 65 Javascript terminology

Page 15: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

applyRadialBlurapply the radial blur filter

Amount. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)BlurMethod . . . . . . . . . . . . . . . . . . . . . . . .RadialBlurMethodBlurQuality. . . . . . . . . . . . . . . . . . . . . . . . . RadialBlurQuality

applyRippleapply the ripple filter

Amount. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . RippleSize

applySharpenapply the sharpen filter

applySharpenEdgesapply the sharpen edges filter

applySharpenMoreapply the sharpen more filter

applyShearapply the shear filter

Curve . . . . . . . . . . . . . . . . . . . . . . Object[ Array of Objects ]UndefinedAreas . . . . . . . . . . . . . . . . . . . . . . UndefinedAreas

applySmartBlurapply the smart blur filter

Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Threshold . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)BlurQuality. . . . . . . . . . . . . . . . . . . . . . . . . SmartBlurQualityMode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SmartBlurMode

applySpherizeapply the spherize filter

Amount. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Mode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SpherizeMode

applyStyleStyleName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

applyTextureFillapply the texture fill filter

TextureFile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FileapplyTwirl

apply the twirl filter

Angle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

Javascript terminology 15 of 65

Page 16: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

applyUnSharpMaskapply the unsharp mask filter

Amount. . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Radius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Threshold . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

applyWaveapply the wave filter

GeneratorNumber. . . . . . . . . . . . . . . . . . . . . . . Number(long)MinimumWavelength. . . . . . . . . . . . . . . . . . . . Number(long)MaximumWavelength . . . . . . . . . . . . . . . . . . . Number(long)MinimumAmplitude. . . . . . . . . . . . . . . . . . . . . Number(long)MaximumAmplitude . . . . . . . . . . . . . . . . . . . . Number(long)HorizontalScale . . . . . . . . . . . . . . . . . . . . . . . . Number(long)VerticalScale . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)WaveType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . WaveTypeUndefinedAreas . . . . . . . . . . . . . . . . . . . . . . UndefinedAreasRandomSeed. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

applyZigZagapply the zigzag filter

Amount. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Ridges. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ZigZagType

autoContrastadjust contrast of the selected channels automatically

autoLevelsadjust levels of the selected channels using auto levels option

clearcopy

Merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleancutdesaturateduplicate

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayerequalize

equalize the levels

invertinverts the currently selected layer or channels

16 of 65 Javascript terminology

Page 17: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

linklink the layer with another layer

With . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Layermerge

merges the layer down. This will remove the layer from the document. The meth-od returns a reference to the art layer that this layer is merged into

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayermixChannels

only valid for RGB or CMYK documents

Monochrome. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanOutputChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

moveAfterdestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

moveBeforedestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

moveToBeginningdestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

moveToEnddestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

posterizeLevels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

rasterizeTarget . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . RasterizeType

removeresize

Horizontal. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Vertical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

rotateAngle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

Javascript terminology 17 of 65

Page 18: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

selectiveColorSelectionMethod. . . . . . . . . . . . . . . . . . AdjustmentReferenceReds . . . . . . . . . . . . . . . Object[ Array of Numbers(double) ]Yellows . . . . . . . . . . . . . Object[ Array of Numbers(double) ]Greens . . . . . . . . . . . . . Object[ Array of Numbers(double) ]Cyans . . . . . . . . . . . . . . Object[ Array of Numbers(double) ]Blues . . . . . . . . . . . . . . . Object[ Array of Numbers(double) ]Magentas . . . . . . . . . . . Object[ Array of Numbers(double) ]Whites . . . . . . . . . . . . . . Object[ Array of Numbers(double) ]Neutrals . . . . . . . . . . . . Object[ Array of Numbers(double) ]Blacks . . . . . . . . . . . . . . Object[ Array of Numbers(double) ]

thresholdLevel. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

translatemoves the position relative to its current position

DeltaX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)DeltaY. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

unlinkunlink the layer

ArtLayersProperties

.index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayer

.name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayerlength. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numberparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Methodsadd

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayerremoveAlltoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

BMPSaveOptionssettings related to saving a BMP document

18 of 65 Javascript terminology

Page 19: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

depth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BMPDepthTypenumber of bits per sample

flipRowOrder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanosType. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OperatingSystem

target OS. Windows or OS/2 (default: Windows)

rleCompression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanshould RLE compression be used?

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

BitmapConversionOptionssettings related to changing the document mode to Bitmap

Propertiesangle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

(only valid for 'halftone screen' conversions)

frequency. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)(only valid for 'halftone screen' conversions)

method. . . . . . . . . . . . . . . . . . . . . . . . . . BitmapConversionTypepatternName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

(only valid for 'custom pattern' conversions)

resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)output resolution (in pixels per inch)

shape . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BitmapHalfToneType(only valid for 'halftone screen' conversions)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

CMYKColora CMYK color specification

Javascript terminology 19 of 65

Page 20: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

Propertiesblack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

the black color value (between 0.0 and 100.0)

cyan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the cyan color value (between 0.0 and 100.0)

magenta . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the magenta color value (between 0.0 and 100.0)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringyellow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

the yellow color value (between 0.0 and 100.0)

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Channela channel in a document. Can be either a component channel representing a color

of the document color model or an alpha channel

Propertiescolor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SolidColor

color of the channel

histogram . . . . . . . . . . . . . . . Object[ Array of Numbers(long) ]a histogram of values for the channel

kind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ChannelTypetype of the channel

name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringthe channel's name

opacity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)opacity of alpha channels (called solidity for spot channels)

parent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringvisible . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

Methodsduplicate

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Channelmerge

merge a spot channel into the component channels

remove

20 of 65 Javascript terminology

Page 21: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Channelschannels of the document

Properties.index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Channel.name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Channellength. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numberparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Methodsadd

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ChannelremoveAlltoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

DCS1_SaveOptionssettings related to saving a Photoshop DCS 1.0 document

Propertiesdcs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DCSTypeembedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

embed color profile in document

encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SaveEncodingtype of encoding to use for document

halftoneScreen. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleaninclude halftone screen

interpolation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse image interpolation

preview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Previewtype of preview

transferFunction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleaninclude transfer functions in document

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringvectorData . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

include vector data

Javascript terminology 21 of 65

Page 22: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

DCS2_SaveOptionssettings related to saving a Photoshop DCS 2.0 document

Propertiesdcs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DCSTypeembedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

embed color profile in document

encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SaveEncodingtype of encoding to use for document

halftoneScreen. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleaninclude halftone screen

interpolation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse image interpolation

multiFileDCS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanpreview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Preview

type of preview

spotColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave spot colors

transferFunction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleaninclude transfer functions in document

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringvectorData . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

include vector data

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Documenta document

PropertiesactiveChannels . . . . . . . . . . . . . . . . Object[ Array of Channels ]

selected channels for document

activeHistoryBrushSource . . . . . . . . . . . . . . . . . . . .HistoryStatethe current history state to use with the history brush for this document

22 of 65 Javascript terminology

Page 23: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

activeHistoryState . . . . . . . . . . . . . . . . . . . . . . . . . . .HistoryStatethe current history state for this document

activeLayer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objectselected layer for document

artLayers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ArtLayersbackgroundLayer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayer

background layer for the document. Only valid for documents that have a back-ground layer

bitsPerChannel . . . . . . . . . . . . . . . . . . . . . . BitsPerChannelTypenumber of bits per channel

channels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ChannelscolorProfileName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

name of color profile for document. Only valid for documents that have been as-signed a color profile

colorProfileType . . . . . . . . . . . . . . . . . . . . . . . . . . . .ColorProfiletype of color profile management for document

componentChannels . . . . . . . . . . . . Object[ Array of Channels ]all color component channels for this document

fullName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Filefull path name of document

height. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)height of document (unit value)

histogram . . . . . . . . . . . . . . . Object[ Array of Numbers(long) ]a histogram of values for the composite document (only for RGB, CMYK and

'Indexed colors' documents)

historyStates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . HistoryStatesinfo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DocumentInfo

document information

layerSets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LayerSetslayers. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Layersmanaged . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

is the document a workgroup document?

mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DocumentModedocument mode

modified. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanhas the document been modified since last save?

Javascript terminology 23 of 65

Page 24: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringthe document's name

parent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objectpath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . File

the path of the document

quickMaskMode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanis the document in the quick mask mode?

resolution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the resolution of the document (in pixels per inch)

saved . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanhas the document been saved since last change?

selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Selectionthe document's selection

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringwidth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

width of document (unit value)

MethodschangeMode

change the mode of the document

DestinationMode . . . . . . . . . . . . . . . . . . . . . . . . ChangeModeOptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

closeclose the document

Saving . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SaveOptionsconvertProfile

convert the document from using one color profile to using an other

DestinationProfile. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringIntent. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . IntentBlackPointCompensation . . . . . . . . . . . . . . . . . . . . . . BooleanDither . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

cropcrop the document

Bounds . . . . . . . . . .Object[ Array of four Numbers(double) ]Angle. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Height . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

24 of 65 Javascript terminology

Page 25: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

duplicatereturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Document

exportDocumentExportIn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FileExportAs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ExportTypeOptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

flattenflatten all layers in the document

flipCanvasflip the canvas horizontally or vertically

Direction. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DirectionimportAnnotations

import annotations into the document

File . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FilemergeVisibleLayers

flatten all visible layers in the document

pastepaste contents of clipbopard into the document

IntoSelection. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayer

printprint the document

PostScriptEncoding . . . . . . . . . . . . . . . . . . . . . PrintEncodingSourceSpace . . . . . . . . . . . . . . . . . . . . . . . . SourceSpaceTypePrintSpace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringIntent. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . IntentBlackPointCompensation . . . . . . . . . . . . . . . . . . . . . . Boolean

rasterizeAllLayersrasterize all layers

resizeCanvaschange the size of the canvas

Width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Height . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

Javascript terminology 25 of 65

Page 26: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

resizeImagechange the size of the image

Width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Height . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)ResampleMethod . . . . . . . . . . . . . . . . . . . . .ResampleMethod

revealAllexpand document to show clipped sections

rotateCanvasrotate canvas of document

Angle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)save

save the document

saveAssave the document with specific save options

SaveIn. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FileOptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ObjectAsCopy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanExtensionType . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Extension

splitChannelssplit channels of the document

return value: . . . . . . . . . . . . . . Object[ Array of Documents ]toString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringtrap

apply trap to a CMYK document

Width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)trim

Type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TrimTypeTop . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanLeft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanBottom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanRight . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

DocumentInfodocument information

Propertiesauthor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

26 of 65 Javascript terminology

Page 27: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

authorPosition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringcaption. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringcaptionWriter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringcategory. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringcity. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringcopyrightNotice. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringcopyrighted . . . . . . . . . . . . . . . . . . . . . . . . . . . CopyrightedTypecountry . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringcreationDate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringcredit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringexif . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objectheadline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringinstructions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringjobName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringkeywords . . . . . . . . . . . . . . . . . . . . . . . Object[ Array of Strings ]

list of keywords

ownerUrl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ObjectprovinceState. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringsource . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringsupplementalCategories . . . . . . . . . . . Object[ Array of Strings ]title . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringtransmissionReference . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringtypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringurgency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Urgency

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Documentsa collection of documents

Properties.index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Document.name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Document

Javascript terminology 27 of 65

Page 28: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

length. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numberparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Methodsadd

Width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Height . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Name. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMode. . . . . . . . . . . . . . . . . . . . . . . . . . . . NewDocumentModeInitialFill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DocumentFillreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Document

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

EPSOpenOptionssettings related to opening a generic EPS document

PropertiesantiAlias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

use antialias?

constrainProportions . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanconstrain proportions of image

height. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)height of image (unit value)

mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OpenDocumentModethe document mode

resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the resolution of the document (in pixels per inch)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringwidth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

width of image (unit value)

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

EPSSaveOptionssettings related to saving an EPS document

28 of 65 Javascript terminology

Page 29: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

PropertiesembedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

embed color profile in document

encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SaveEncodingtype of encoding to use for document

halftoneScreen. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleaninclude halftone screen

interpolation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse image interpolation

preview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Previewtype of preview

psColorManagement . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse Postscript color management

transferFunction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleaninclude transfer functions in document

transparentWhites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanonly valid when saving BitMap documents

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringvectorData . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

include vector data

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

ExportOptionsIllustratorsettings related to exporting Illustrator paths

Propertiespath . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . IllustratorPathType

which path to export (default: document bounds)

pathName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringname of path to export. Only valid if you are exporting a named path

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

GIFSaveOptionssettings related to saving a GIF document

Javascript terminology 29 of 65

Page 30: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

Propertiescolors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

number of colors in palette (only settable for some palette types)

dither . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dithertype of dither

ditherAmount . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)amount of dither (only valid for diffusion. 1-100%)

forced . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ForcedColorsinterlaced. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

should rows be interlaced?

matte . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MatteTypepalette . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . PalettepreserveExactColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleantransparency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleantypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

GrayColora gray color specification

Propertiesgray . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

the gray value (between 0.0 and 100.0)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

HSBColoran HSB color specification

Propertiesbrightness . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

the brightness value (between 0.0 and 100.0)

hue. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the hue value (between 0.0 and 360.0)

30 of 65 Javascript terminology

Page 31: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

saturation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the saturation value (between 0.0 and 100.0)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

HistoryStatea history state for the document

Propertiesname . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

the channel's name

parent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objectsnapshot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

is the history state a snapshot?

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

HistoryStateshistory states associated with the document

Properties.index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HistoryState.name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HistoryStatelength. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numberparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

IndexedConversionOptionssettings related to changing the document mode to Indexed

Propertiescolors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

number of colors in palette (only settable for some palette types)

Javascript terminology 31 of 65

Page 32: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

dither . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Dithertype of dither

ditherAmount . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)amount of dither (only valid for diffusion. 1-100%)

forced . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ForcedColorsmatte . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MatteTypepalette . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Palette

type of palette

preserveExactColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleantransparency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleantypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

JPEGSaveOptionssettings related to saving a JPEG document

PropertiesembedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

embed color profile in document

formatOptions . . . . . . . . . . . . . . . . . . . . . . . . . . . FormatOptionsmatte . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MatteTypequality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

quality of produced image (0-12)

scans . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)number of scans. Only valid for progressive type JPEG files (value should be:

3, 4 or 5)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

LabColoran Lab color specification

Propertiesa. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

the a-value (between -128.0 and 127.0)

32 of 65 Javascript terminology

Page 33: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

b. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the b-value (between -128.0 and 127.0)

l . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the L-value (between 0.0 and 100.0)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

LayerSetlayer set

PropertiesallLocked. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanartLayers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ArtLayersblendMode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BlendModeenabledChannels . . . . . . . . . . . . . . . Object[ Array of Channels ]

channels that are enabled for the layer set. Must be a list of component channels

layers. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LayerslinkedLayers . . . . . . . . . . . . . . . . . . . . Object[ Array of Layers ]name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

the name of the layer

opacity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)master opacity of layer (between 0.0 and 100.0)

parent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringvisible . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

Methodsduplicate

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LayerSetlink

link the layer with another layer

With . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Layermerge

merge layerset. Returns a reference to the art layer that is created by this meth-od

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ArtLayer

Javascript terminology 33 of 65

Page 34: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

moveAfterdestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

moveBeforedestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

moveToBeginningdestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

moveToEnddestination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Object

removeresize

Horizontal. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Vertical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

rotateAngle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

translatemoves the position relative to its current position

DeltaX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)DeltaY. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

unlinkunlink the layer

LayerSetsProperties

.index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LayerSet

.name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LayerSetlength. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numberparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Methodsadd

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LayerSetremoveAll

34 of 65 Javascript terminology

Page 35: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

LayersProperties

.index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Layer

.name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Layerlength. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Numberparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

MethodsremoveAlltoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

PDFOpenOptionssettings related to opening a generic PDF document

PropertiesantiAlias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

use antialias?

constrainProportions . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanconstrain proportions of image

height. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)height of image (unit value)

mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OpenDocumentModethe document mode

page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)number of page to open

resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the resolution of the document (in pixels per inch)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringwidth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

width of image (unit value)

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Javascript terminology 35 of 65

Page 36: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

PDFSaveOptionssettings related to saving a pdf document

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave annotations

downgradeColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanshould the embedded color profile be downgraded to version 2

embedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanembed color profile in document

embedFonts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanembed fonts? (only valid if vector data is included)

encoding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . PDFEncodinginterpolation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

use image interpolation?

jpegQuality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)quality of produced image (Only valid for JPEG encoded PDF documents).

Range: 0 to 12

layers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave layers

spotColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave spot colors

transparency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleantypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringuseOutlines . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

use outlines for text? (only valid if vector data is included)

vectorData . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleaninclude vector data

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

PICTFileSaveOptionssettings related to saving a PICT document

36 of 65 Javascript terminology

Page 37: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

compression . . . . . . . . . . . . . . . . . . . . . . . . . .PICTCompressionembedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

embed color profile in document

resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . PICTBitsPerPixelsnumber of bits per pixel

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

PICTResourceSaveOptionssettings related to saving a PICT resource file

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

compression . . . . . . . . . . . . . . . . . . . . . . . . . .PICTCompressionembedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

embed color profile in document

name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringname of PICT resource

resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . PICTBitsPerPixelsnumber of bits per pixel

resourceID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)iD of PICT resource

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

PNGSaveOptionssettings related to saving a PNG document

Propertiesinterlaced. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

should rows be interlaced?

Javascript terminology 37 of 65

Page 38: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

PhotoCDOpenOptionssettings related to opening a PhotoCD document

PropertiescolorProfileName . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

profile to use when reading the image

colorSpace. . . . . . . . . . . . . . . . . . . . . . . . . . PhotoCDColorSpacecolorspace for image

orientation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . OrientationpixelSize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PhotoCDSize

dimensions of image

resolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the resolution of the image (in pixels per inch)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

PhotoshopSaveOptionssettings related to saving a Photoshop document

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave annotations

embedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanembed color profile in document

layers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave layers

spotColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave spot colors

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

38 of 65 Javascript terminology

Page 39: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

PixarSaveOptionssettings related to saving a Pixar document

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Preferencespreferences for Photoshop

PropertiesadditionalPluginFolder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . FileappendExtension . . . . . . . . . . . . . . . . . . . . . . . . . . SaveBehavioraskBeforeSavingLayeredTIFF . . . . . . . . . . . . . . . . . . . . BooleanautoUpdateOpenDocuments . . . . . . . . . . . . . . . . . . . . . . BooleanbeepWhenDone. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleancolorChannelsInColor . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleancolorPicker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ColorPickercolumnGutter . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

gutter of columns (in points)

columnWidth. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)width of columns (in points)

createFirstSnapshot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanautomatically make first snapshot when a new document is created?

dynamicColorSliders. . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanexportClipboard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanfullSizePreview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleangamutWarningOpacity . . . . . . . . . . . . . . . . . . . Number(double)gridSize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . GridSizegridStyle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . GridLineStyle

Javascript terminology 39 of 65

Page 40: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

gridSubDivisions. . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)guideStyle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . GuideLineStyleiconPreview. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanimageCacheForHistograms. . . . . . . . . . . . . . . . . . . . . . . BooleanimageCacheLevels . . . . . . . . . . . . . . . . . . . . . . . . Number(long)imagePreviews . . . . . . . . . . . . . . . . . . . . . . . . . . . SaveBehaviorinterpolation . . . . . . . . . . . . . . . . . . . . . . . . . . ResampleMethodkeyboardZoomResizesWindows. . . . . . . . . . . . . . . . . . . BooleanmacOSTumbnail . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanmaxRAMuse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

maximum percentage of available RAM used by Photoshop (between 5 and 100)

maximizeCompatibility. . . . . . . . . . . . . . . . . . . . . . . . . . Booleanmaximize compatibility for Photoshop (PSD) files

nonLinearHistory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanallow non-linear history?

numberOfHistoryStates. . . . . . . . . . . . . . . . . . . . . Number(long)number of history states to remember (between 1 and 100)

otherCursors . . . . . . . . . . . . . . . . . . . . . . . OtherPaintingCursorspaintingCursors . . . . . . . . . . . . . . . . . . . . . . . . . .PaintingCursorsparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ObjectpixelDoubling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanpointSize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . PointType

size of point/pica

recentFileListLength . . . . . . . . . . . . . . . . . . . . . . . Number(long)number of items in the recent file list (between 0 and 30)

redoKey. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . RedoKeyrulerUnits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Units

note: this is the unit that the scripting system will use when receiving and re-turning values

savePaletteLocations. . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanshowAsianTextOptions. . . . . . . . . . . . . . . . . . . . . . . . . . BooleanshowEnglishFontNames . . . . . . . . . . . . . . . . . . . . . . . . . BooleanshowSliceNumber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanshowToolTips . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleansmartQuotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

40 of 65 Javascript terminology

Page 41: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

typeUnits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TypeUnitstypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringuseAdditionalPluginFolder . . . . . . . . . . . . . . . . . . . . . . . BooleanuseDiffusionDither . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanuseLowerCaseExtension . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

should the file extension be lowercase

useShiftKeyForToolSwitch. . . . . . . . . . . . . . . . . . . . . . . BooleanuseVideoAlpha . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

this option requires hardware support

windowsTumbnail. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

RGBColoran RGB color specification

Propertiesblue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

the blue color value (between 0.0 and 255.0)

green . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the green color value (between 0.0 and 255.0)

hexValue . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringhex representation of this color

red . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the red color value (between 0.0 and 255.0)

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

RawFormatOpenOptionssettings related to opening a raw format document

PropertiesbitsPerChannel . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

number of bits for each channel (8 or 16)

byteOrder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ByteOrderonly relevant for images with 16 bits per channel

Javascript terminology 41 of 65

Page 42: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

channelNumber . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)number of channels in image

headerSize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)height. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

height of image (in pixels)

interleaveChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanare the channels in the image interleaved?

retainHeader . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanretain header when saving?

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringwidth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

width of image (in pixels)

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

RawSaveOptionssettings related to saving a document in raw format

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

spotColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave spot colors

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

SGIRGBSaveOptionssettings related to saving a document in the SGI RGB format

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

spotColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave spot colors

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

42 of 65 Javascript terminology

Page 43: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Selectionthe selection of the document

Propertiesparent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objecttypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

Methodsclear

clear selection

contractcontracts the selection

By . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)copy

copy selection to the clipboard

Merge . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleancut

cut current selection to the clipboard

deselectexpand

expand selection

By . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)feather

feather edges of selection

By . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)fill

fills the selection

FillType . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ObjectMode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ColorBlendModeOpacity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)PreserveTransparency . . . . . . . . . . . . . . . . . . . . . . . . Boolean

growgrow selection to include all adjacent pixels falling within the specified toler-

Javascript terminology 43 of 65

Page 44: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

ance range

Tolerance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)AntiAlias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

invertinvert the selection

loadload the selection from a channel

From . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ChannelCombination . . . . . . . . . . . . . . . . . . . . . . . . . . . SelectionTypeInverting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

resizeHorizontal. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Vertical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

resizeBoundaryscale the boundary of selection

Horizontal. . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Vertical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

rotateAngle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

rotateBoundaryrotates the boundary of selection

Angle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)Anchor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnchorPosition

selectRegion . . . . . . . . . . . . . . . . . . . . . Object[ Array of Objects ]Type . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SelectionTypeFeather . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)AntiAlias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

selectAllselectBorder

select the border of the selection

Width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)similar

grow selection to include pixels throughout the image falling within the toler-

44 of 65 Javascript terminology

Page 45: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

ance range

Tolerance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)AntiAlias . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

smoothRadius. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)

storesave the selection as a channel

Into . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ChannelCombination . . . . . . . . . . . . . . . . . . . . . . . . . . . SelectionType

strokestrokes the selection

StrokeColor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ObjectWidth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)Location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . StrokeLocationMode. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ColorBlendModeOpacity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)PreserveTransparency . . . . . . . . . . . . . . . . . . . . . . . . Boolean

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

translatemoves the position relative to its current position

DeltaX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)DeltaY. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

translateBoundarymoves the boundary of selection relative to its current position

DeltaX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)DeltaY. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

SolidColora color value

Propertiescmyk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CMYKColorgray . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . GrayColorhsb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . HSBColorlab . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LabColormodel. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ColorModel

color model

Javascript terminology 45 of 65

Page 46: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

nearestWebColor . . . . . . . . . . . . . . . . . . . . . . . . . . . . RGBColorthe nearest web color to the current color

rgb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . RGBColortypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

MethodsisEqual

return true if the provided color is visually equal to this color

Color. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SolidColorreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

TargaSaveOptionssettings related to saving a Target document

Propertiesresolution. . . . . . . . . . . . . . . . . . . . . . . . . . . . TargaBitsPerPixels

number of bits per pixel

rleCompression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanshould RLE compression be used?

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .StringMethods

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

TextItemtext item contained in an art layer

PropertiesalternateLigatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

use alternate ligatures?

antiAliasMethod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AntiAliasautoKerning. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

whether to use a font's built-in kerning information

autoLeadingAmount . . . . . . . . . . . . . . . . . . . . . Number(double)percentage to use for auto leading

baselineShift . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)baseline offset of text (unit value)

46 of 65 Javascript terminology

Page 47: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

capitalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Casethe case of the text

color . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SolidColorcolor of text

contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringthe text in the layer

desiredGlyphScaling . . . . . . . . . . . . . . . . . . . . . Number(double)desiredLetterScaling . . . . . . . . . . . . . . . . . . . . . Number(double)desiredWordScaling . . . . . . . . . . . . . . . . . . . . . Number(double)direction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Direction

text orientation

fauxBold . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse faux bold?

fauxItalic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse faux italic?

firstLineIndent. . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)(unit value)

font . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringtext face of the character

hangingPuntuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse Roman Hanging Punctuation?

height. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the height of paragraph text (unit value)

horizontalScale . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)horizontal scaling of characters (in percent)

hyphenLimit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)maximum number of consecutive hyphens

hyphenateAfterFirst . . . . . . . . . . . . . . . . . . . . . . . Number(long)hyphenate after this many letters

hyphenateBeforeLast . . . . . . . . . . . . . . . . . . . . . . Number(long)hyphenate before this many letters

hyphenateCapitalWords . . . . . . . . . . . . . . . . . . . . . . . . . Booleanwheter to hyphenate capitalized words

hyphenateWordsLongerThan . . . . . . . . . . . . . . . . Number(long)hyphenate words that have more than this number of letters

hyphenation. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse hyphenation?

Javascript terminology 47 of 65

Page 48: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

hyphenationZone. . . . . . . . . . . . . . . . . . . . . . . . Number(double)the hyphenation zone (unit value)

justification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Justificationparagraph justification

kind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TextTypethe type of the text

language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Languageleading. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)

leading (unit value)

leftIndent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)(unit value)

ligatures. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleanuse ligatures?

maximumGlyphScaling . . . . . . . . . . . . . . . . . . Number(double)maximumLetterScaling. . . . . . . . . . . . . . . . . . . Number(double)maximumWordScaling . . . . . . . . . . . . . . . . . . . Number(double)minimumGlyphScaling . . . . . . . . . . . . . . . . . . . Number(double)minimumLetterScaling . . . . . . . . . . . . . . . . . . . Number(double)minimumWordScaling . . . . . . . . . . . . . . . . . . . Number(double)noBreak . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanoldStyle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

use old style?

parent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Objectposition . . . . . . . . . . . Object[ Array of two Numbers(double) ])

position of origin (unit value)

rightIndent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)(unit value)

size . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)font size in points

spaceAfter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)(unit value)

spaceBefore . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)(unit value)

strikeThru . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleantextComposer . . . . . . . . . . . . . . . . . . . . . . . . . . . .TextComposer

type of text composing engine to use

48 of 65 Javascript terminology

Page 49: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

tracking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)controls uniform spacing between multiple characters

typename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .Stringunderline . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanuseAutoLeading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

whether to use a font's built-in leading information

verticalScale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)vertical scaling of characters (in percent)

warpBend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)percentage from -100 to 100

warpDirection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DirectionwarpHorizontalDistortion . . . . . . . . . . . . . . . . . Number(double)

percentage from -100 to 100

warpStyle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . WarpStylewarpVerticalDistortion . . . . . . . . . . . . . . . . . . . Number(double)

percentage from -100 to 100

width . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(double)the width of paragraph text (unit value)

MethodsconvertToShape

converts the text item and its containing layer to a fill layer with the textchanged to a clipping path

createPathcreates a work path based on the text item

toStringreturn value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

TiffSaveOptionssettings related to saving a TIFF document

PropertiesalphaChannels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save alpha channels

annotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave annotations

byteOrder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ByteOrderembedColorProfile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

embed color profile in document

Javascript terminology 49 of 65

Page 50: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

imageCompression . . . . . . . . . . . . . . . . . . . . . . . . TIFFEncodingcompression type

jpegQuality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Number(long)quality of produced image (0-12). Only valid for JPEG compressed TIFF doc-

uments

layerCompression . . . . . . . . . . . . . . . . . . . . . LayerCompressionshould only be used when you are saving layers

layers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleansave layers

saveImagePyramid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . BooleanspotColors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Boolean

save spot colors

transparency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Booleantypename . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

MethodstoString

return value: . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .String

2.0 Enumerations

AdjustmentReferenceABSOLUTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RELATIVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

AnchorPositionBOTTOMCENTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BOTTOMLEFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BOTTOMRIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MIDDLECENTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MIDDLELEFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MIDDLERIGHT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TOPCENTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TOPLEFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TOPRIGHT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

AntiAliasCRISP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SHARP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SMOOTH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

50 of 65 Javascript terminology

Page 51: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

STRONG. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

BMPDepthTypeBMP_A1R5G5B5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP_A4R4G4B4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP_A8R8G8B8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP_R5G6B5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP_R8G8B8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP_X1R5G5B5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP_X4R4G4B4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP_X8R8G8B8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .EIGHT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FOUR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SIXTEEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .THIRTYTWO. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TWENTYFOUR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

BitmapConversionTypeCUSTOMPATTERN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DIFFUSIONDITHER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HALFTHRESHOLD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HALFTONESCREEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PATTERNDITHER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

BitmapHalfToneTypeCROSS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DIAMOND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ELLIPSE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ROUND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SQUARE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

BitsPerChannelTypeEIGHT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SIXTEEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

BlendModeCOLORBLEND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COLORBURN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COLORDODGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DARKEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DIFFERENCE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DISSOLVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Javascript terminology 51 of 65

Page 52: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

EXCLUSION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HARDLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HUE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LIGHTEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINEARBURN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINEARDODGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINEARLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LUMINOSITY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MULTIPLY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OVERLAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PASSTHROUGH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PINLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SATURATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SCREEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SOFTLIGHT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .VIVIDLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ByteOrderIBM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MACOS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

CaseALLCAPS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SMALLCAPS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ChangeModeBITMAP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CMYK. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRAYSCALE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INDEXEDCOLOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LAB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MULTICHANNEL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RGB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ChannelTypeCOMPONENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MASKEDAREA. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SELECTEDAREA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SPOTCOLOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ColorBlendModeBEHIND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CLEAR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

52 of 65 Javascript terminology

Page 53: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

COLOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COLORBURN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COLORDODGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DARKEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DIFFERENCE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DISSOLVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .EXCLUSION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HARDLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HUE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LIGHTEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINEARBURN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINEARDODGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINEARLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LUMINOSITY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MULTIPLY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OVERLAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PINLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SATURATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SCREEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SOFTLIGHT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .VIVIDLIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ColorModelCMYK. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRAYSCALE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HSB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LAB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RGB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ColorPickerADOBE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .APPLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PLUGIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WINDOWS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ColorProfileCUSTOM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WORKING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

CopyrightedTypeCOPYRIGHTEDWORK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Javascript terminology 53 of 65

Page 54: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

PUBLICDOMAIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .UNMARKED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

CreateFieldsDUPLICATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INTERPOLATION. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DCSTypeCOLORCOMPOSITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRAYSCALECOMPOSITE . . . . . . . . . . . . . . . . . . . . . . . . . . . .NOCOMPOSITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DescValueTypeALIAS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BOOLEAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CLASS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DOUBLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ENUMERATED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INTEGER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LIST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OBJECT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .REFERENCE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .STRING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .UNITDOUBLE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DialogModesALL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ERROR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NO. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DirectionHORIZONTAL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .VERTICAL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DisplacementMapTypeSTRETCHTOFIT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DitherDIFFUSION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NOISE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PATTERN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DocumentFillBACKGROUNDCOLOR. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

54 of 65 Javascript terminology

Page 55: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

TRANSPARENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WHITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DocumentModeBITMAP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CMYK. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DUOTONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRAYSCALE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INDEXEDCOLOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LAB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MULTICHANNEL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RGB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

EliminateFieldsEVENFIELDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ODDFIELDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ExportTypeILLUSTRATORPATHS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ExtensionLOWERCASE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .UPPERCASE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ForcedColorsBLACKWHITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PRIMARIES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WEB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

FormatOptionsOPTIMIZEDBASELINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PROGRESSIVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .STANDARDBASELINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

GridLineStyleDASHED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DOTTED. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SOLID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

GridSizeLARGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MEDIUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SMALL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Javascript terminology 55 of 65

Page 56: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

GuideLineStyleDASHED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SOLID. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

IllustratorPathTypeALLPATHS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DOCUMENTBOUNDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NAMEDPATH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

IntentABSOLUTECOLORIMETRIC . . . . . . . . . . . . . . . . . . . . . . . . . .PERCEPTUAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RELATIVECOLORIMETRIC . . . . . . . . . . . . . . . . . . . . . . . . . . .SATURATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

JavaScriptExecutionModeBEFORERUNNING. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NEVER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ONRUNTIMEERROR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

JustificationCENTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CENTERJUSTIFIED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FULLYJUSTIFIED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LEFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LEFTJUSTIFIED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RIGHTJUSTIFIED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

LanguageBRAZILLIANPORTUGUESE. . . . . . . . . . . . . . . . . . . . . . . . . . .CANADIANFRENCH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DANISH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DUTCH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ENGLISHUK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ENGLISHUSA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FINNISH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FRENCH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GERMAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ITALIAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORWEGIAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NYNORSKNORWEGIAN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OLDGERMAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PORTUGUESE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SPANISH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

56 of 65 Javascript terminology

Page 57: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

SWEDISH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SWISSGERMAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

LayerCompressionRLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ZIP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

LayerKindBRIGHTNESSCONTRAST. . . . . . . . . . . . . . . . . . . . . . . . . . . . .CHANNELMIXER. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COLORBALANCE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CURVES. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRADIENTFILL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRADIENTMAP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HUESATURATION. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INVERSION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LEVELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PATTERNFILL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .POSTERIZE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SELECTIVECOLOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SOLIDFILL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TEXT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .THRESHOLD. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

LensTypePRIME105 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PRIME35 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ZOOMLENS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

MatteTypeBACKGROUND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BLACK . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FOREGROUND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NETSCAPE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SEMIGRAY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WHITE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

NewDocumentModeBITMAP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CMYK. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRAYSCALE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LAB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RGB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Javascript terminology 57 of 65

Page 58: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

NoiseDistributionGAUSSIAN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .UNIFORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

OffsetUndefinedAreasREPEATEDGEPIXELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SETTOBACKGROUND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WRAPAROUND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

OpenDocumentModeCMYK. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GRAYSCALE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LAB. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RGB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

OpenDocumentTypeACROBATTOUCHUPIMAGE . . . . . . . . . . . . . . . . . . . . . . . . . .ALIASPIX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COMPUSERVEGIF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ELECTRICIMAGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .EPS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .EPSPICTPREVIEW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .EPSTIFFPREVIEW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FILMSTRIP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PCX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PDF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOCD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPDCS_1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPDCS_2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPEPS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPPDF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PICTFILEFORMAT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PICTRESOURCEFORMAT . . . . . . . . . . . . . . . . . . . . . . . . . . . .PIXAR. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PNG. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PORTABLEBITMAP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RAW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SCITEXCT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SGIRGB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SOFTIMAGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TARGA. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

58 of 65 Javascript terminology

Page 59: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

TIFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WAVEFRONTRLA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WIRELESSBITMAP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

OperatingSystemOS2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WINDOWS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

OrientationLANDSCAPE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PORTRAIT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

OtherPaintingCursorsPRECISEOTHER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .STANDARDOTHER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PDFEncodingJPEG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PDFZIP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PICTBitsPerPixelsEIGHT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FOUR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SIXTEEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .THIRTYTWO. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TWO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PICTCompressionJPEGHIGHPICT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEGLOWPICT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEGMAXIMUMPICT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEGMEDIUMPICT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PaintingCursorsBRUSHSIZE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PRECISE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .STANDARD. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PaletteEXACT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LOCALADAPTIVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LOCALPERCEPTUAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LOCALSELECTIVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MACOSPALETTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MASTERADAPTIVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Javascript terminology 59 of 65

Page 60: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

MASTERPERCEPTUAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MASTERSELECTIVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PREVIOUSPALETTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .UNIFORM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WEBPALETTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WINDOWSPALETTE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PhotoCDColorSpaceLAB16. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LAB8. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RGB16 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RGB8 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PhotoCDSizeEXTRALARGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LARGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MAXIMUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MEDIUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MINIMUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SMALL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PointTypePOSTSCRIPT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TRADITIONAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PolarConversionTypePOLARTORECTANGULAR . . . . . . . . . . . . . . . . . . . . . . . . . . .RECTANGULARTOPOLAR . . . . . . . . . . . . . . . . . . . . . . . . . . .

PreviewEIGHTBITTIFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MACOSEIGHTBIT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MACOSJPEG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MACOSMONOCHROME . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MONOCHROMETIFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PrintEncodingASCII . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BINARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

PurgeTargetALLCACHES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CLIPBOARDCACHE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

60 of 65 Javascript terminology

Page 61: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

HISTORYCACHES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .UNDOCACHES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

RadialBlurMethodSPIN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ZOOM. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

RadialBlurQualityBEST. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .DRAFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .GOOD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

RasterizeTypeENTIRELAYER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FILLCONTENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LAYERCLIPPINGPATH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LINKEDLAYERS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SHAPE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TEXTCONTENTS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

RedoKeyCOMMANDSHIFTZ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COMMANDY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COMMANDZ. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ReferenceFormTypeCLASS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ENUMERATED . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .IDENTIFIER. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INDEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NAME. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OFFSET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PROPERTY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ResampleMethodBICUBIC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BILINEAR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NEARESTNEIGHBOR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ResetTargetALLTOOLS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ALLWARNINGS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .EVERYTHING. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

RippleSize

Javascript terminology 61 of 65

Page 62: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

LARGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MEDIUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SMALL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SaveBehaviorALWAYSSAVE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ASKWHENSAVING . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NEVERSAVE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SaveDocumentTypeALIASPIX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BMP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .COMPUSERVEGIF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ELECTRICIMAGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PCX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPDCS_1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPDCS_2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPEPS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PHOTOSHOPPDF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PICTFILEFORMAT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PICTRESOURCEFORMAT . . . . . . . . . . . . . . . . . . . . . . . . . . . .PIXAR. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PNG. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PORTABLEBITMAP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RAW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SCITEXCT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SGIRGB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SOFTIMAGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TARGA. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TIFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WAVEFRONTRLA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WIRELESSBITMAP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SaveEncodingASCII . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BINARY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEGHIGH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEGLOW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEGMAXIMUM. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .JPEGMEDIUM. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SaveOptions

62 of 65 Javascript terminology

Page 63: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

DONOTSAVECHANGES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PROMPTTOSAVECHANGES . . . . . . . . . . . . . . . . . . . . . . . . . .SAVECHANGES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SelectionTypeDIMINISH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .EXTEND. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INTERSECT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .REPLACE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SmartBlurModeEDGEONLY. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OVERLAYEDGE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SmartBlurQualityHIGH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LOW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MEDIUM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SourceSpaceTypeDOCUMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PROOF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SpherizeModeHORIZONTAL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .VERTICAL. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

StrokeLocationCENTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INSIDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OUTSIDE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

TIFFEncodingJPEG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TIFFLZW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TIFFZIP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

TargaBitsPerPixelsSIXTEEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .THIRTYTWO. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TWENTYFOUR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

TextComposer

Javascript terminology 63 of 65

Page 64: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

ADOBEEVERYLINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ADOBESINGLELINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

TextTypePARAGRAPHTEXT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .POINTTEXT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

TextureTypeBLOCKS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .CANVAS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FILE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FROSTED. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TINYLENS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

TrimTypeBOTTOMRIGHT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TOPLEFT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TRANSPARENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

TypeUnitsMM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PIXELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .POINTS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

UndefinedAreasREPEATEDGEPIXELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WRAPAROUND . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

UnitsCM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INCHES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .MM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PERCENT. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PICAS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PIXELS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .POINTS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

UrgencyFOUR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .HIGH. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .LOW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NORMAL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SEVEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SIX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

64 of 65 Javascript terminology

Page 65: JavaScript Terminology Reference - arconlab.com fileTerminology for ScriptingSupport 1.0 for Photoshop 7.0 1.0 Objects ActionDescriptor Properties count . . . . . . . . . . . .

THREE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TWO . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

WarpStyleARC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ARCH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ARCLOWER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .ARCUPPER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .BULGE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FISH . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FISHEYE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .FLAG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .INFLATE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .NONE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .RISE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SHELLLOWER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SHELLUPPER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SQUEEZE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TWIST . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .WAVE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

WaveTypeSINE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .SQUARE. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .TRIANGULAR. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

ZigZagTypeAROUNDCENTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .OUTFROMCENTER . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .PONDRIPPLES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Javascript terminology 65 of 65