parent

書式

tagsObject.parent

説明

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

目次に戻る