Re: Quark tab list question?
Re: Quark tab list question?
- Subject: Re: Quark tab list question?
- From: Shane Stanley <email@hidden>
- Date: Wed, 03 Oct 2001 09:24:40 +1000
On 3/10/01 9:08 AM +1000, Gvran Ehn, email@hidden, wrote:
>
I've got this far and it works just fine (see the script below), but how do I
>
set more than one tab-position? Anybody familiar with this?
>
Please reply to the list or directly to email@hidden
>
Thanks
>
/ Goran
>
--
>
tell application "QuarkXPress Passport 4.1"
>
activate
>
tell document 1
>
tell current box
>
tell paragraph 1
>
set properties of paragraph 1 of current box of document 1 to {tab
>
list:{{justification:{right justified}, position:{{15}}}}}
>
end tell
>
end tell
>
end tell
>
end tell
set properties of paragraph 1 of current box of document 1 to {tab
list:{{justification:{right justified}, position:{15}},{justification:{right
justified}, position:{30}}}}
--
Shane Stanley, email@hidden