id

書式

masterSpreadObject.id

説明

マスターページのidが格納されています。idプロパティは読み出し専用です。
var mp=app.activeDocument.masterSpreads[0];
alert(mp.id);

目次に戻る