SymbolItem

An instance of a Symbol.

Methods:

breakLink, duplicate, move, remove, removeAll

Objects:

String, Symbol

Hierarchy:

Superclass: PageItem

Class: SymbolItem

Property Listing

Property

Type

Access

Description

parent

 

readonly

The object's container.

symbol

Symbol

read/write

The symbol that was used to create this symbol item.

typename

String

readonly

The class name of the object.

Method Listing

undefined breakLink ()

Break link to the symbol.

SymbolItem duplicate (relativeObject:Object, insertionLocation:ElementPlacement)

Duplicate this object.

Parameter

Type

Description

relativeObject

Object

 

insertionLocation

ElementPlacement

 

SymbolItem 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

SymbolItems.add()

SymbolItem.duplicate()

SymbolItems.getByName()

SymbolItem.move()