Adobe Illustrator CS4 Type Library JS: DataSet
From Illustrator CS4
Class
DataSet
A set of variables and their associated dynamic data which will be used for dynamic publishing.QuickLinks
display, remove, removeAll, updateHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| name | string | r/w | The name of this dataset. |
| parent | Object | readonly | The object's container. |
| typename | string | readonly | The class name of the object. |
Methods
Instances
void display ()
Displays the dynamic data that has been captured in the dataset.
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
void update ()
Re-apply the dynamic data of the active dataset to the artboard.
Element of
Document.activeDataSet
Return
DataSet DataSets.[] (index: uint)
DataSet DataSets.add ()
DataSet DataSets.getByName (name: string)
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |