splineItems
書式
pageObject
.splineItems
説明
splineItemオブジェクトが格納されているコレクションです。
var p=app.activeDocument.pages[0]; alert(p.splineItems.length);
目次に戻る