firstItem()
書式
splineItemObject =
splineItemsObject
.firstItem()
説明
firstItem()は最初のsplineItemオブジェクトを返します。指定できるパラメーターはありません。
var s=app.activeDocument.splineItems; alert(s.firstItem().id);
目次に戻る