Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 41
getLargeInteger
(index)
number
number
Gets the value of a list element of
type large integer.
getList
(index)
number
ActionList
Gets the value of a list element of
type list.
getObjectType
(index)
number
number
Gets the class ID of a list element
of type object.
getObjectValue
(index)
number
ActionDescriptor
Gets the value of a list element of
type object.
getPath
(index)
number
File
Gets the value of a list element of
type
File.
getReference
(index)
number
ActionReference
Gets the value of a list element of
type
ActionReference.
getString
(index)
number
string
Gets the value of a list element of
type string.
getType
(index)
number
DescValueType
Gets the type of a list element.
getUnitDoubleType
(index)
number
number
Gets the unit value type of a list
element of type Double.
getUnitDoubleValue
(index)
number
number
Gets the unit value of a list
element of type double.
putBoolean
(value)
boolean
Appends a new value, true or
false.
putClass
(value)
number
Appends a new value, a class or
data type.
putData
(value)
string
Appends a new value, a string
containing raw byte data.
putDouble
(value)
number
Appends a new value, a double.
putEnumerated
(enumType,
value)
number
number
Appends a new value, an
enumerated (constant) value.
putInteger
(value)
number
Appends a new value, an integer.
putLargeInteger
(value)
number
Appends a new value, a large
integer.
putList
(value)
ActionList
Appends a new value, a nested
action list.
Method Parameter type Returns What it does (Continued)