firstItem()

書式

tableStyleGroupObject = tableStyleGroupsObject.firstItem()

説明

firstItem()は最初のtableStyleGroupオブジェクトを返します。指定できるパラメーターはありません。
var s=app.activeDocument.tableStyleGroups;
alert(s.firstItem().name);

目次に戻る