lastItem()
書式
tableStyleGroupObject =
tableStyleGroupsObject
.lastItem()
説明
lastItem()は最後のtableStyleGroupオブジェクトを返します。指定できるパラメーターはありません。
var s=app.activeDocument.tableStyleGroups; alert(s.lastItem().name);
目次に戻る