length
書式
characters.length
説明
文字の総数を示します。
var c=app.activeDocument.textFrames[0].textRange.characters; alert(c.length);
目次に戻る