textRange
書式
storyObject
.textRange
説明
StoryオブジェクトのTextRangeオブジェクトを示します。
var tr=app.activeDocument.textFrames[0].story.textRange; alert(tr);
目次に戻る