Class
CompoundPathItem |
| | Compound path artwork item. Base Class: PageItem |
QuickLinks |
duplicate, move, remove, removeAll |
Hierarchy
|
|
Properties
| | Property | Type | Access | Description |
| parent | Object |
readonly | The object's container. |
| pathItems | PathItems |
readonly | The path artwork in this compound path. |
| typename | string |
readonly | The class name of the object. |
|
Methods
| InstancesCompoundPathItem duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
| Parameter | Type | Description |
| relativeObject | Object | |
| insertionLocation | ElementPlacement | |
CompoundPathItem 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 |
CompoundPathItem CompoundPathItem.duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
CompoundPathItem CompoundPathItem.move (relativeObject:
Object, insertionLocation:
ElementPlacement)
CompoundPathItem CompoundPathItems.add ()
CompoundPathItem CompoundPathItems.getByName (name:
string)
|