Class
NonNativeItem |
| Non-native artwork item. Base Class: PageItem |
QuickLinks |
duplicate, move, remove, removeAll |
Hierarchy
|
|
Properties
| Property | Type | Access | Description |
parent | Object |
readonly | The object's container. |
typename | string |
readonly | The class name of the object. |
|
Methods
| InstancesNonNativeItem duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
Parameter | Type | Description |
relativeObject | Object | |
insertionLocation | ElementPlacement | |
NonNativeItem 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 |
NonNativeItem NonNativeItem.duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
NonNativeItem NonNativeItem.move (relativeObject:
Object, insertionLocation:
ElementPlacement)
NonNativeItem NonNativeItems.getByName (name:
string)
|