• 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 Style Sheets
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quark Style Sheets


  • Subject: Re: Quark Style Sheets
  • From: JJ <email@hidden>
  • Date: Sat, 16 Jun 2001 13:02:13 +0200

> Hi All:
>
> I wanted to set some style sheets in Quark from AppleScript. Can someone
> post the correct syntax to set the properties, i.e. rule above, space after
> = x, etc.
>
> muchos gracias
>

i.e.

tell application "QuarkXPress"
tell document 1
make style spec at beginning with properties ,
{name:"New Style Sheet", text and paragraph attributes:,
{first indent:"5 mm", leading:"12 pt", space after:,
"3,5 mm", font:"Futura Medium"}}
end tell
end tell

You can set every text-paragraph property. Show properties record:

tell application "QuarkXPress"
tell document 1 to get properties of style spec 1
end tell

De nada.

JJ


  • Prev by Date: Re: Info for question
  • Next by Date: "Do JavaScript" in Netscape 6.0?
  • Previous by thread: Quark Style Sheets
  • Next by thread: Re: Quark Style Sheets
  • Index(es):
    • Date
    • Thread