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

(DTPtechNote:881) Re: properties of margin preferences of page x



のもとさんの言っているのはこういうことで
tell application "InDesign CS_J"
	tell document 1
		set ruler origin of view preferences to page origin
		set tmp to visible bounds of selection
		set ruler origin of view preferences to spine origin
		if visible bounds of selection = tmp then
			display dialog "右ページです" as Unicode text
		else
			display dialog "左ページです" as Unicode text
		end if
	end tell
end tell
わからなくもないんだけど、うまく判定しないこともありますね。

というよりなにより、page item の存在を想定する時点で、
スマートじゃあない。
いちいちダミーをつくって、テストして、後かたづけしたくない(w