parent
書式
paragraphs.parent
説明
段落の親オブジェクトを示します。TextFrameオブジェクトになります。
var obj=app.activeDocument.textFrames[0].paragraphs.parent; alert(obj);
目次に戻る