firstItem()

書式

tableObject = tablesObject.firstItem()

説明

firstItem()は最初のtableオブジェクトを返します。指定できるパラメーターはありません。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables;
alert(t.firstItem().contents);

目次に戻る