[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(DTPtechNote:309) page orientationが勝手に変わる
さっそくですが、InDesignのスクリプティングをされている方で、
subjectのような件の場合、どうされていますか?
1)page orientation がページ追加時に変ってしまう。
以下のスクリプトでページ追加の操作をすると、landscape(
横置き)の状態が portrait(縦置き)に変りませんか?
=========================================================
tell application "InDesign 2.0J"
tell document preferences of active document
set pages per document to pages per document + 2
end tell
end tell
=========================================================
これでは、横長サイズのドキュメントだと、ページを追加する
たびに page orientation をセットし直さなければいけないです
ね。たいした手間ではないのですけれど、どうも納得がいかなくて(^.^)