Re: Tabs in Quark
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