NonNativeItem

Non-native artwork item.

Methods:

duplicate, move, remove, removeAll

Objects:

String

Hierarchy:

Superclass: PageItem

Class: NonNativeItem

Property Listing

Property

Type

Access

Description

parent

 

readonly

The object's container.

typename

String

readonly

The class name of the object.

Method Listing

NonNativeItem 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

 

undefined remove ()

Deletes this object.

undefined removeAll ()

Deletes all elements.

Return

NonNativeItem.duplicate()

NonNativeItems.getByName()

NonNativeItem.move()