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