InDesign CS Margins
InDesign CS Margins
- Subject: InDesign CS Margins
- From: Jake Pietrykowski <email@hidden>
- Date: Thu, 18 Nov 2004 11:50:52 -0600
Hi all,
I want to set my margins in the document to be zero...but it doesn't seem to
work.
tell application "InDesign CS"
set newDocument to make document
tell newDocument
set left of margin preferences of newDocument to "0"
set right of margin preferences of newDocument to "0"
set top of margin preferences of newDocument to "0"
set bottom of margin preferences of newDocument to "0"
end tell
end tell
I've also tried:
tell application "InDesign CS"
set newDocument to make document with properties {margin
preferences:{top:"0",bottom:"0",right:"0",left:"0"}
end tell
Any thoughts?
Thanks,
Jake Pietrykowski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden