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