firstItem()
書式
windowObject =
windowsObject
.firstItem()
説明
firstItem()は最初のwindowオブジェクトを返します。指定できるパラメーターはありません。
var w=app.activeDocument.windows; alert(w.firstItem().name);
目次に戻る