nextItem()
書式
graphicLineObject =
graphicLinesObject
.nextItem(
graphicLineObject
)
説明
nextItem()はパラメーターで指定された次のgraphicLineオブジェクトを返します。
?
1
2
var
g=app.activeDocument.graphicLines;
alert(g.nextItem(g[1]).id);
目次に戻る