Make Line on InDesign Master Page

Hi Gang,

Does anyone know how to make a line on a master page in InDesign?

I’m stumped!

Thanks,

Jase

Hi Tortle

try this:

tell application "Adobe InDesign CS3"
	tell document 1
		tell master spread 1
			make new graphic line with properties {geometric bounds:{75, 60, 195, 145}}
		end tell
	end tell
end tell