Class
A symbol.
duplicate, remove, removeAll
Symbol
QuickLinks
Hierarchy
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 |
Element of
SymbolItem.symbol
Used in:
SymbolItem SymbolItems.add (symbol: Symbol)
Return
Symbol Symbol.duplicate (relativeObject: Object, insertionLocation: ElementPlacement)
Symbol Symbols.[] (index: uint)
Symbol Symbols.add (sourceArt: PageItem)
Symbol Symbols.getByName (name: string)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |