story
書式
textRange
.story
説明
storyはStoryオブジェクトを示します。
var myStory=app.activeDocument.selection.textRanges[0].story; alert(myStory.length);
目次に戻る