tables

書式

paragraphObject.tables

説明

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

var tf=app.activeDocument.pages[0].textFrames[0];
var p=tf.paragraphs[0];
alert(p.tables);

目次に戻る