nextItem()
書式
tableStyleGroupObject =
tableStyleGroupsObject
.nextItem(
noteObject
)
説明
nextItem()はパラメーターで指定された次のtableStyleGroupオブジェクトを返します。
var s=app.activeDocument.tableStyleGroups; alert(s.nextItem(s[1]).name);
目次に戻る