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

(DTPtechNote:343) Re: InDesignのレイアウトグリッド制御



layout grid dataオブジェクトについて、スクリプティングガイドにも用語説明にもないんですが、れっきとしたオブジェクトです。
たとえば、
tell application "InDesign 2.0.1J"
	tell document 1
		tell layout grid data
			get properties
		end tell
	end tell
end tell
とすれば、ドキュメントのレイアウトグリッドのプロパティが取れます。
ですが、これ、read onlyなので、操作することができません。
さらに、縦書き横書きのプロパティはないようです。
お力になれずにすいません。