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