name
書式
pageObject
.name
説明
nameプロパティにはページ名(ページ番号)が格納されています。
var p=app.activeDocument.pages; alert(p[0].name);
目次に戻る