textRanges

書式

storyObject.textRanges

説明

Storyオブジェクトに含まれるTextRangesコレクションを示します。
var trs=app.activeDocument.textFrames[0].story.textRanges;
alert(trs);

目次に戻る