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