Class
PlacedItem |
| | Placed artwork item. Base Class: PageItem |
QuickLinks |
duplicate, embed, move, remove, removeAll, trace |
Hierarchy
|
|
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
| InstancesPageItem 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)
|