Adobe Illustrator CS6 Type Library JS: SymbolItem
From Illustrator CS6
Class
SymbolItem
An instance of a Symbol. Base Class: PageItemQuickLinks
breakLink, duplicate, move, remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| parent | Object | readonly | The object's container. |
| symbol | Symbol | r/w | The symbol that was used to create this symbol item. |
| typename | string | readonly | The class name of the object. |
Methods
Instances
void 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 |
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Return
SymbolItem SymbolItem.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
SymbolItem SymbolItem.move (relativeObject: Object, insertionLocation: ElementPlacement)
SymbolItem SymbolItems.add (symbol: Symbol)
SymbolItem SymbolItems.getByName (name: string)
| Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |