events

書式

pageObject.events

説明

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

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

目次に戻る