PlacedItem
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
boundingBox | Rectangle | 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 relink (fileSpec:
File)
Relink the placed art with supplied art from file.
Parameter | Type | Description |
---|---|---|
fileSpec | File | File spec to relink from. |
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, 25-Nov-2012 v3.0.3i | Contents :: Index |