events
書式
pageObject
.events
説明
eventオブジェクトが格納されているコレクションです。
?
1
2
3
var
p=app.activeDocument.pages[0].pageItems[0];
alert(p.events.length);
目次に戻る