index

書式

pageItem.index

説明

オブジェクトのコレクション内でのインデックス番号を示します。読み出しのみで書き込みはできません。
var p=app.activeDocument.pageItems;
alert(p[0].index);

目次に戻る