Adobe Illustrator CS4 Type Library JS: GraphItem
From Illustrator CS4
Class
GraphItem
Graph artwork item. Base Class: PageItemQuickLinks
duplicate, move, remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| contentVariable | any | r/w | The content variable bound to this graph. |
| parent | Object | readonly | The object's container. |
| typename | string | readonly | The class name of the object. |
Methods
Instances
PageItem duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
| Parameter | Type | Description |
|---|---|---|
| relativeObject | Object | |
| insertionLocation | ElementPlacement |
PageItem move (relativeObject:
Object, insertionLocation:
ElementPlacement)
Move the object.
| Parameter | Type | Description |
|---|---|---|
| relativeObject | Object | |
| insertionLocation | ElementPlacement |
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
GraphItem GraphItems.[] (index: uint)
GraphItem GraphItems.getByName (name: string)
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |