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

(DTPtechNote:1449) Re: InDesign ライブラリの配置



ASだったら、こんな感じだと思うんですけど。。。

tell application "Adobe InDesign CS2_J"
	set asset_obj to place asset asset 1 of library 1 on document 1
	tell document 1
		move asset_obj to {0, 0}
	end tell
end tell

indexじゃなくて名前でもいけます。