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

(DTPtechNote:849) InDesign CSのall graphics



をを、これはすばらしい。
すべてのページのimageに直接アクセスできる。

tell application "InDesign CS_J"
	tell document 1
		repeat with ii in all graphics
			fit parent of ii given proportionally --内容をフレーム内に納める
			fit parent of ii given center content --内容を中央に揃える
		end repeat
	end tell
end tell