events

書式

tableObject.events

説明

イベントを格納したコレクションを示します。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables[0];
alert(t.events);

目次に戻る