• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
InDesign CS Margins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: InDesign CS Margins
      • From: Jake Pietrykowski <email@hidden>
  • Prev by Date: Simple text formatting in Quark6
  • Next by Date: Re: InDesign CS Margins
  • Previous by thread: Re: Simple text formatting in Quark6
  • Next by thread: Re: InDesign CS Margins
  • Index(es):
    • Date
    • Thread