A collection of symbols.
Go to Property Listing | Method Listing
Property |
Type |
Access |
Description |
---|---|---|---|
Int |
readonly |
Number of elements in the collection. |
|
readonly |
The object's container. |
||
readonly |
The class name of the object. |
Symbol add (sourceArt:PageItem, [registrationPoint:SymbolRegistrationPoint=SymbolRegistrationPoint])
Create a symbol.
Parameter |
Type |
Description |
---|---|---|
sourceArt |
The art item from which to make this symbol. |
|
registrationPoint |
The symbol registration point. (default: SymbolRegistrationPoint.SYMBOLCENTERPOINT) |
Symbol getByName (name:String)
Get the first element in the collection with the provided name.
Parameter |
Type |
Description |
---|---|---|
name |
undefined removeAll ()
Deletes all elements.
Document.symbols