Symbol¶
app.activeDocument.symbols[index
Description
An art item that is stored in the Symbols palette, and can be reused one or more times in the document without duplicating the art data. Symbols are contained in documents.
Instances of Symbol
in a document are associated with SymbolItem objects, which store the art object properties.
Properties¶
Symbol.parent¶
app.activeDocument.symbols[index].parent
Description
The object that contains the symbol object.
Type
Object, read-only.
Symbol.typename¶
app.activeDocument.symbols[index].typename
Description
The class name of the object.
Type
String, read-only.