previousItem()

書式

graphicLineObject = graphicLinesObject.previousItem(graphicLineObject)

説明

previousItem()はパラメーターで指定された1つ前のgraphicLineオブジェクトを返します。
var g=app.activeDocument.graphicLines;
alert(g.previousItem(g[1]).id);

目次に戻る