Class
A set of variables and their associated dynamic data which will be used for dynamic publishing.
display, remove, removeAll, update
DataSet
QuickLinks
Hierarchy
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.add ()
DataSet DataSets.getByName (name: string)
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |