events

書式

pageObject.events

説明

eventオブジェクトが格納されているコレクションです。

var p=app.activeDocument.pages[0];
alert(p.events.length);

目次に戻る