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