itemByName()
書式
objectStyleObject =
objectStylesObject
.itemByName(
name
)
説明
itemByName()はパラメーターで指定された名前のobjectStyleオブジェクトを返します。
var s=app.activeDocument.objectStyles; alert(s.itemByName("BOX1").id);
目次に戻る