[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(DTPtechNote:334) Re: 縦組み



>story orientationをtrueにしても縦組みになってくれません。
>というかsetしてもtrueになってくれません。

うーん、どういうプログラムなのか、いまひとつ分かりませんが、
ウチではこんなスクリプトでちゃんと動きますけど?
うえださんはどうですか?

tell application "InDesign 2.0.1J"
	activate
	tell document 1
		tell story 1
			tell story preference 1
				if story orientation then
					set story orientation to false
				else
					set story orientation to true
				end if
			end tell
		end tell
	end tell
end tell