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