previousItem()

書式

splineItemObject = splineItemsObject.previousItem(splineItemObject)

説明

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

目次に戻る