itemByName()
書式
graphicLineObject =
graphicLinesObject
.itemByName(
name
)
説明
itemByName()はパラメーターで指定された名前のgraphicLineオブジェクトを返します。
var g=app.activeDocument.graphicLines; alert(g.itemByName("myLine"));
目次に戻る