Re: Scripting Master Pages in Quark Xpress
Re: Scripting Master Pages in Quark Xpress
- Subject: Re: Scripting Master Pages in Quark Xpress
- From: Ben Waldie <email@hidden>
- Date: Tue, 22 Oct 2002 21:17:45 -0400
Kurt,
On Tuesday, October 22, 2002, at 08:51 PM, Kurt Schreck wrote:
>
I am having difficulties finding the proper syntax for accessing
>
master pages in Quark Xpress 4.1. Any help would be appreciated.
---> Try the following syntax...
tell app "QuarkXpress"
tell master document theDocumentName
tell spread theMasterPageName
tell page thePageNumber
tell pageObject
-- DO SOMETHING
end tell
end tell
end tell
end tell
end tell
- Ben
Benjamin S. Waldie
AppleScript Guru
http://www.applescriptguru.com
http://www.wtmedia.com
_______________________________________________
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.