parent
書式
words.parent
説明
word(ワード・英単語)の親オブジェクトを示します。textFrameオブジェクトになります。
var str=app.activeDocument.textFrames[0].words.parent; alert(str);
目次に戻る