• 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
Re: InDesign CS Margins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: InDesign CS Margins


  • Subject: Re: InDesign CS Margins
  • From: Jake Pietrykowski <email@hidden>
  • Date: Thu, 18 Nov 2004 12:00:21 -0600

HAHA! Sorry...for the WOB... I figured it out! ;-)

tell application "InDesign CS"
    set newDocument to make document
    tell newDocument
        set left of margin preferences of every page of newDocument to "0"
        .
        .
        .
    end tell
end tell

jp


On 11/18/04 11:50 AM, "Jake Pietrykowski" <email@hidden> wrote:

> 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


 _______________________________________________
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

References: 
 >InDesign CS Margins (From: Jake Pietrykowski <email@hidden>)

  • Prev by Date: InDesign CS Margins
  • Next by Date: Off the subject....
  • Previous by thread: InDesign CS Margins
  • Next by thread: Off the subject....
  • Index(es):
    • Date
    • Thread