parent

書式

insertionPointObject.parent

説明

InsertionPointオブジェクトの親オブジェクトを示します。InsertionPointオブジェクトの親オブジェクトはStoryオブジェクトになります。
var obj=app.activeDocument.textFrames[0].insertionPoints[0].parent;
alert(obj);

目次に戻る