firstItem()

書式

pageItemObject = pageItemsObject.firstItem()

説明

firstItem()は最初のpageItemオブジェクトを返します。指定できるパラメーターはありません。
var p=app.activeDocument.pageItems;
alert(p.firstItem().geometricBounds);

目次に戻る