Class
SymbolItem |
| An instance of a Symbol. Base Class: PageItem |
QuickLinks |
breakLink, duplicate, move, remove, removeAll |
Hierarchy
|
|
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
| Instancesvoid 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)
|