anyItem()

書式

tableStyleGroupObject = tableStyleGroupsObject.anyItem()

説明

anyItem()はいずれかのtableStyleGroupオブジェクトを返します。返されるtableStyleGroupオブジェクトはランダムです。指定できるパラメーターはありません。
var s=app.activeDocument.tableStyleGroups;
alert(s.anyItem().name);

目次に戻る