• 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: Need to script tracking in multiple Quark files-correction
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need to script tracking in multiple Quark files-correction


  • Subject: Re: Need to script tracking in multiple Quark files-correction
  • From: "Bob.Kalbaugh" <email@hidden>
  • Date: Thu, 23 Oct 2003 21:57:24 -0500

on or about 10/22/03 7:16 PM, Rips Ethan J wrote:


> Can anyone show me how to get & set properties in Quark 5? I need to change
> the tracking for the headers & footers of about 500 documents, then change the
> filenames from uppercase to lowercase.
>
> Any helpful hints would be greatly appreciated.
>
> Thanks.
>
> Ethan

I trust that with headers and footers across 500 documents, you have styled
your text via Style Sheets. ( Of course you have :-)

tell application "QuarkXPress"
tell document 1
tell style spec "Header"
set track of character attributes to "-8" -- set track amount here
end tell
tell style spec "Footer"
set track of character attributes to "-8" -- set track amount here
end tell
end tell
end tell

--
Bob.Kalbaugh
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Need to script tracking in multiple Quark files-correction (From: "Rips Ethan J" <email@hidden>)

  • Prev by Date: Re: POSIX file question
  • Next by Date: Re: Simple question - how2 launch apps in OS X via a script
  • Previous by thread: Need to script tracking in multiple Quark files-correction
  • Next by thread: Re: Need to script tracking in multiple Quark files-correction
  • Index(es):
    • Date
    • Thread