id

書式

pageItem.id

説明

オブジェクトのIDを示します。IDは数値になります。読み出しのみで書き込みはできません。
var p=app.activeDocument.pageItems;
alert(p[0].id);

目次に戻る