parent

書式

storyObject.parent

説明

Storyオブジェクトの親オブジェクトを示します。
var str=app.activeDocument.textFrames[0].parent;
alert(str);

目次に戻る