Class
PluginItem |
| | Plugin artwork item. Base Class: PageItem |
QuickLinks |
duplicate, move, remove, removeAll |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| isTracing | bool |
readonly | Is the plugin group a tracing? |
| parent | Object |
readonly | The object's container. |
| tracing | TracingObject |
readonly | The tracing object associated with this plugin item. |
| typename | string |
readonly | The class name of the object. |
|
Methods
| InstancesPluginItem duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
| Parameter | Type | Description |
| relativeObject | Object | |
| insertionLocation | ElementPlacement | |
PluginItem 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 |
PluginItem PlacedItem.trace ()
PluginItem PluginItem.duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
PluginItem PluginItem.move (relativeObject:
Object, insertionLocation:
ElementPlacement)
PluginItem PluginItems.getByName (name:
string)
PluginItem RasterItem.trace ()
|