処理:最終ページ → 先頭ページ
tell application "Adobe InDesign CS3"
activate
set MyDocument to active document
tell MyDocument
set pageCount to count pages
set i to pageCount
repeat while (i > 0)
make page at after page i with properties {applied master:nothing}
set i to i - 1
end repeat
end tell
end tell
空白ではなく、共通ページを挿入する場合は、
make page at after page i with properties {applied master:master spread "B-マスター"}
[16599] わん (2014/04/23 Wed 13:15)