Adobe Illustrator CS4 Type Library JS: PlacedItem
From Illustrator CS4
Class
PlacedItem
Placed artwork item. Base Class: PageItemQuickLinks
duplicate, embed, move, remove, removeAll, traceHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| boundingBox | Rect | readonly | Dimensions of placed art object, regardless of transformations. |
| contentVariable | any | r/w | The content variable bound to this placed art object. |
| file | File | r/w | The file containing the placed artwork. |
| matrix | Matrix | r/w | The transformation matrix of the placed art object. |
| 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 |
void embed ()
Embed the placed art within the illustration.
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.
PluginItem trace ()
Trace this raster object using default options. Reorders this placed to the source art.
Return
PlacedItem PlacedItems.[] (index: uint)
PlacedItem PlacedItems.add ()
PlacedItem PlacedItems.getByName (name: string)
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |