Class
Placed artwork item. Base Class: PageItem
duplicate, embed, move, remove, removeAll, trace
PlacedItem
QuickLinks
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
Instances
PlacedItem duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
Parameter | Type | Description |
---|---|---|
relativeObject | Object | |
insertionLocation | ElementPlacement |
void embed ()
Embed the placed art within the illustration.
PlacedItem 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 PlacedItem.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
PlacedItem PlacedItem.move (relativeObject: Object, insertionLocation: ElementPlacement)
PlacedItem PlacedItems.add ()
PlacedItem PlacedItems.getByName (name: string)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |