ActionList in Photoshop DOM

(no overview available)

Instance Properties

name type description
count Number (read only) The number of items in the list
typename String (read only)

Instance Methods

name returns description
clear() (none) clear the list
getBoolean(index) Boolean get the value of an item of type boolean
getClass(index) Number get the value of an item of type class
getDouble(index) Number get the value of an item of type double
getEnumerationType(index) Number get the enumeration type of an item
getEnumerationValue(index) Number get the enumeration value of an item
getInteger(index) Number get the value of an item of type integer
getList(index) ActionList get the value of an item of type list
getObjectType(index) Number get the class ID of an object in an item of type object
getObjectValue(index) ActionDescriptor get the value of an item of type object
getPath(index) File get the value of an item of type Alias
getReference(index) ActionReference get the value of an item of type ActionReference
getString(index) String get the value of an item of type string
getType(index) DescValueType get the type of an item
getUnitDoubleType(index) Number get the unit type of an item of type UnitDouble
getUnitDoubleValue(index) Number get the value of anm item of type UnitDouble
putBoolean(value) (none)
putClass(value) (none)
putDouble(value) (none)
putEnumerated(enumType,value) (none)
putInteger(value) (none)
putList(value) (none)
putObject(classID,value) (none)
putPath(value) (none)
putReference(value) (none)
putString(value) (none)
putUnitDouble(unitID,value) (none)

Methods that return a ActionList

name of object description
getList(key) ActionDescriptor get the value of a key of type list
getList(index) ActionList get the value of an item of type list

Arguments that are a ActionList

name in method of object description
value putList(key,value) ActionDescriptor
value putList(value) ActionList