Class
Symbol |
| | A symbol. |
QuickLinks |
duplicate, remove, removeAll |
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
| InstancesSymbol 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)
|