• 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: Quark Page Number
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark Page Number


  • Subject: Re: Quark Page Number
  • From: Stan Cleveland <email@hidden>
  • Date: Mon, 27 Mar 2006 14:07:48 -0800
  • Thread-topic: Quark Page Number

Title: Re: Quark Page Number
On 3/27/06 12:19 PM, email@hidden wrote:

I apologize if this has been answered before; I checked the archives and couldn't find it:
 I am working with Quark 4.11 documents and need to set a variable to the page number of a particular page (say, the first page). The page number I need may not correspond to the page's position in the document; for example, the page number of the first page of the document could be "38" because I use Page/Section/Section Start to number the pages.

Frank

If you check the properties of a Quark page, you’ll see that its “name” property contains the page number (as a string) as set by the Section Start parameter. You can therefore use it as a page reference, rather than its index.

tell application “QuarkXPress”
    tell page “38” of document 1
        -- do something
    end tell
end tell

Stan Cleveland
Color Technology Inc.
Portland, Oregon
 _______________________________________________
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: 
 >Quark Page Number (From: "Frank Walker" <email@hidden>)

  • Prev by Date: Re: Quark Page Number
  • Next by Date: Re: Applescript process id
  • Previous by thread: Re: Quark Page Number
  • Next by thread: Converting Unix path to AppleScript path
  • Index(es):
    • Date
    • Thread