textRange
書式
textFrameObject.textRange
説明
テキストフレームのTextRangeオブジェクトを示します。
?
1
2
var
tr=app.activeDocument.textFrames[0].textRange;
alert(tr);
目次に戻る