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

(DTPtechNote:1092) Re: 表の中身



tell application "InDesign CS_J"
	tell document 1
		tell text frame 1
			tell table 1
				select cell 2
				tell cell 2
					set contents to "せうぞー"
				end tell
			end tell
		end tell
	end tell
end tell