length
書式
textRange
.length
説明
文字の数を示します。最小値は0になります。
?
1
2
var
n=app.activeDocument.selection.textRanges[0].length;
alert(n);
目次に戻る