parent

書式

tagObject.parent

説明

parentはTagオブジェクトの親オブジェクトを示します。
var obj=app.activeDocument.pageItems[0].tags[0];
alert(obj.parent);

目次に戻る