anyItem()
書式
windowObject =
windowsObject
.anyItem()
説明
anyItem()はいずれかのwindowオブジェクト(ウィンドウ)を返します。返されるwindowオブジェクトはランダムです。指定できるパラメーターはありません。
var w=app.activeDocument.windows; alert(w.anyItem().name);
目次に戻る