Value
Name | Description | Value |
---|---|---|
ElementPlacement.PLACEAFTER | Place after an element. | int 1 |
ElementPlacement.PLACEATEND | Place an element at the end. | int 3 |
ElementPlacement.PLACEBEFORE | Place before an element. | int 2 |
Usage
In function
Channel Channel.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
Document Document.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
Layer Layer.duplicate ([relativeObject: Object][, insertionLocation: ElementPlacement])
Layer Layer.move (relativeObject: Object, insertionLocation: ElementPlacement)
PathItem PathItem.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |