appliedTableStyle

書式

tableObject.appliedTableStyle

説明

appliedTableStyleプロパティは表のスタイル(表スタイル)を示します。
var tf=app.activeDocument.textFrames[0];
var t=tf.tables[0];
alert(t.appliedTableStyle.name);

目次に戻る