写真レイヤーにガイドを作成します。
tell application "Adobe InDesign CS2_J" set LayObj to layer "写真" of active document --写真レイヤーを変数LayObjへ入れる tell active document tell page 1 set myGuide to make guide with properties ¬ {orientation:horizontal, location:40, item layer:LayObj} --写真レイヤーに横ガイドをひく end tell end tell end tell
コメントする