Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 39
putInteger
(key,
value)
number
number
Sets the value for a key whose type
is integer.
putLargeInteger
(key,
value)
number
number
Sets the value for a key whose type
is large integer.
putList
(key,
value)
number
ActionList
Sets the value for a key whose type
is an
ActionList object.
putObject
(key,
classID,
value)
number
number
ActionDescriptor
Sets the value for a key whose type
is an object, represented by an
Action Descriptor.
putPath
(key,
value)
number
File
Sets the value for a key whose type
is path.
putReference
(key,
value)
number
ActionReference
Sets the value for a key whose type
is an object reference.
putString
(key,
value)
number
string
Sets the value for a key whose type
is string.
putUnitDouble
(key,
unitID,
value)
number
number
number
Sets the value for a key whose type
is a unit value formatted as a
double.
toStream
()
string
Gets the entire descriptor as a
stream of bytes, for writing to disk.
Method Parameter type Returns What it does (Continued)