length
書式
windowsObject
.length
説明
lengthプロパティにはwindowオブジェクト(ウィンドウ)の総数が格納されています。
var w=app.activeDocument.windows; alert(w.length);
目次に戻る