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

Re: Tabs in Quark


  • Subject: Re: Tabs in Quark
  • From: Stan Cleveland <email@hidden>
  • Date: Mon, 08 Oct 2007 13:15:05 -0700
  • Thread-topic: Tabs in Quark

On 10/8/07 8:21 AM, David Bradley wrote:

> Could anyone give me some assistance in the syntax for creating and
> using tabs in Quark.
>
> I have a text box which has 4 paragraphs and in the 4th paragraph I
> want to put in some text then put in a tab so that the next piece of
> text appears at the other end of the textbox.

Here's the basic syntax for creating tabs, which are a property of a
paragraph:

tell application "QuarkXPress"
tell page 1 of document 1

set tab list of paragraph 1 of text box 1 to {{justification:left justified,
position:1.25}, {justification:centered, position:2.0}, {justification:right
justified, fill character:".", position:3.1}}

end tell
end tell

The block of code between the "tell" commands should be on one line.

HTH,
Stan C.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Tabs in Quark (From: David Bradley <email@hidden>)

  • Prev by Date: Re: Trouble with Remote Apple Events (eppc) and Keychain
  • Next by Date: Re: Trouble with Remote Apple Events (eppc) and Keychain
  • Previous by thread: Tabs in Quark
  • Next by thread: Re: All Caps
  • Index(es):
    • Date
    • Thread