parent
書式
selection.parent
説明
Selectionオブジェクトの親オブジェクト返します。親オブジェクトは常にDocumentオブジェクトになります。
var str=app.activeDocument.selection.parent; alert(str);
目次に戻る