Adobe Photoshop CS3
JavaScript Scripting Reference
JavaScript Object Reference 44
putEnumerated
(desiredClass,
enumType,
value)
number (long)
number (long)
number (long)
Puts an enumeration type and ID
into a reference along with the
desired class for the reference.
putIdentifier
(desiredClass,
value)
number (long)
number (long)
Puts a new identifier and value into
the reference..
putIndex
(desiredClass,
value)
number (long)
number (long)
Puts a new index and value into
the reference.
putName
(desiredClass,
value)
number (long)
string
Puts a new name and value into
the reference.
putOffset
(desiredClass,
value)
number (long)
number (long)
Puts a new offset and value into
the reference.
putProperty
(desiredClass,
value)
number (long)
number (long)
Puts a new property and value into
the reference.
Method
Parameter Type
Returns
What it does (Continued)