Re: Need to script tracking in multiple Quark files-correction
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.