length
書式
ovalsObject
.length
説明
lengthプロパティにはovalオブジェクトの総数が格納されています。lengthはcount()と同じ値になります。
var o=app.activeDocument.ovals; alert(o.length);
目次に戻る