textRanges
書式
textFrameObject.textRanges
説明
テキストフレームに含まれるTextRangesコレクションを示します。
var trs=app.activeDocument.textFrames[0].textRanges; alert(trs);
目次に戻る