Adobe Illustrator CS5 Type Library JS: PluginItem
From Illustrator CS5
Class
PluginItem
Plugin artwork item. Base Class: PageItemQuickLinks
duplicate, move, remove, removeAllHierarchy
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
Instances
PluginItem 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 ()
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |