length
書式
insertionPoints.length
説明
TextRangeオブジェクトの文字の総数を示します。
var n=app.activeDocument.textFrames[0].insertionPoints.length; alert(n);
目次に戻る