tell application "Adobe InDesign CS2_J" tell active document set spCount to count master spread --マスターページのスプレッド数を調べる repeat with N from 1 to spCount --マスターページ分繰り返す tell master spread N delete (every guide whose orientation is horizontal) --横ガイドを全て消す end tell end repeat end tell end tell
コメントする