id

書式

tableStyleObject.parent

説明

tableStyleオブジェクトの親オブジェクトを返します。読み出し専用です。
var s=app.activeDocument.tableStyles[0];
alert(s.parent);

目次に戻る