textRange

書式

textFrameObject.textRange

説明

テキストフレームのTextRangeオブジェクトを示します。
var tr=app.activeDocument.textFrames[0].textRange;
alert(tr);

目次に戻る