anyItem()
書式
tableStyleObject =
tableStylesObject
.anyItem()
説明
anyItem()はいずれかのtableStyleオブジェクトを返します。返されるtableStyleオブジェクトはランダムです。指定できるパラメーターはありません。
var s=app.activeDocument.tableStyles; alert(s.anyItem().name);
目次に戻る