lines
書式
textRange
.lines
説明
linesはTextRangeオブジェクトの見た目の行コレクションを示します。
var ln=app.activeDocument.selection.textRanges[0].lines; alert(ln.length);
目次に戻る