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.[] (index: uint)
Symbol Symbols.add (sourceArt: PageItem)
Symbol Symbols.getByName (name: string)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |