Adobe Illustrator CS6 Type Library JS: Variable
From Illustrator CS6
Class
Variable
Dynamic object used to create data-driven graphics.QuickLinks
remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| kind | VariableKind: VariableKind.Unknown VariableKind.VISIBILITY VariableKind.TEXTUAL VariableKind.IMAGE VariableKind.GRAPH |
r/w | The variable's type. |
| name | string | r/w | The name of this variable. |
| pageItems | PageItems PageItem | readonly | All the artwork in this document. |
| parent | Object | readonly | The object's container. |
| typename | string | readonly | The class name of the object. |
Methods
Instances
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
Variable Variables.add ()
Variable Variables.getByName (name: string)
| Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |