length

書式

documents.length

説明

documentsオブジェクトの総数を返します。これは開かれているドキュメント総数になります。
var n=app.documents.length;
alert(n);

目次に戻る