parent
書式
symbols.parent
説明
Symbolsコレクションの親オブジェクトを示します。親オブジェクトは常にドキュメントオブジェクトになります。
var obj=app.activeDocument.symbols.parent; alert(obj);
目次に戻る