Adobe Photoshop CS5 Object Library JS: DescValueType
From Photoshop CS5
The value type of an object.
Value
| Name | Description | Value |
|---|---|---|
| DescValueType.ALIASTYPE | Alias. | int 11 |
| DescValueType.BOOLEANTYPE | Boolean. | int 5 |
| DescValueType.CLASSTYPE | Class. | int 10 |
| DescValueType.DOUBLETYPE | Double. | int 2 |
| DescValueType.ENUMERATEDTYPE | Enumeration. | int 8 |
| DescValueType.INTEGERTYPE | Integer. | int 1 |
| DescValueType.LISTTYPE | Action list. | int 6 |
| DescValueType.OBJECTTYPE | Object. | int 7 |
| DescValueType.RAWTYPE | Raw. | int 12 |
| DescValueType.REFERENCETYPE | Reference. | int 9 |
| DescValueType.STRINGTYPE | String. | int 4 |
| DescValueType.UNITDOUBLE | Unit value of type double. | int 3 |
Usage
Return
DescValueType ActionDescriptor.getType (key:
number)
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |