length
書式
documentsObject
.length
説明
lengthプロパティにはdocumentオブジェクト(開かれているすべてのドキュメント)の総数が格納されています。
var d=app.documents; alert(d.length);
目次に戻る