Adobe Illustrator CS6 Type Library JS: Symbol
From Illustrator CS6
Class
Symbol
A symbol.QuickLinks
duplicate, remove, removeAllHierarchy
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| name | string | r/w | The symbol's name. |
| parent | Object | readonly | The object's container. |
| typename | string | readonly | The class name of the object. |
Methods
Instances
Symbol duplicate (relativeObject:
Object, insertionLocation:
ElementPlacement)
Duplicate this object.
| Parameter | Type | Description |
|---|---|---|
| relativeObject | Object | |
| insertionLocation | ElementPlacement |
void remove ()
Deletes this object.
void removeAll ()
Deletes all elements.
Element of
SymbolItem.symbol
Used in:
SymbolItem SymbolItems.add (symbol: Symbol)
Return
Symbol Symbol.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
Symbol Symbols.add (sourceArt: PageItem[, registrationPoint: SymbolRegistrationPoint=SymbolRegistrationPoint.SYMBOLCENTERPOINT])
Symbol Symbols.getByName (name: string)
| Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |