• 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: Numbers and Lists and Quark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Numbers and Lists and Quark


  • Subject: RE: Numbers and Lists and Quark
  • From: "Mossey, Nan" <email@hidden>
  • Date: Fri, 7 Sep 2001 10:22:29 -0400

Let Quark do some of the work. In each style sheet, set "Next Style" to the
name of the style sheet that should come next. When working with only two
style sheets, you just set their "Next Styles" to each other, but I use this
to set seven or eight different style sheets in sequence.

tell application "QuarkXPress"
tell document 1
tell current box
set style sheet of every paragraph to null
set style sheet of paragraph 1 to "theHead"
repeat with i from 1 to number of paragraphs
set theNextStyleofPreviousParagraph to next
style of style sheet of paragraph i
set style sheet of paragraph (i + 1) to
theNextStyleofPreviousParagraph
end repeat
end tell
end tell
end tell

-----Original Message-----

  • Prev by Date: Re: counter
  • Next by Date: Re: Process all files in a folder?
  • Previous by thread: Re: Numbers and Lists and Quark
  • Next by thread: Photo list
  • Index(es):
    • Date
    • Thread