Re: Anchored Picture Box In Quark
Re: Anchored Picture Box In Quark
- Subject: Re: Anchored Picture Box In Quark
- From: Arthur J Knapp <email@hidden>
- Date: Mon, 05 Nov 2001 11:05:51 -0500
>
Date: Mon, 5 Nov 2001 01:38:37 +0100
>
From: Hans Haesler <email@hidden>
>
Subject: Re: Anchored Picture Box In Quark
>
> Hans, you once posted something about using Quark's character
>
> delimiters to delete or obtain textual elements. Could the same
>
> thing be done to delete all anchored boxes from a text flow?
>
>
Well... I'm not sure which message you're refering to. Maybe the
>
one about using a S&R handler for replacing style sheet names.
I was using the wrong terminology, I meant Quark's Delimit Table:
-- A cool script by Hans, (though slightly dangerous):
--
tell application "QuarkXPress 4.11"
set oD to delimit items of delimit table 1
set delimit items of delimit table 1 to can start or end or be contained
in word
repeat with i from 0 to 32
set delimit item i of delimit table 1 to not word member
end repeat
tell document 1
tell current box
set paraOne to paragraph 1
end tell
end tell
repeat with i from 1 to 256
set delimit item (i - 1) of delimit table 1 to item i of oD
end repeat
display dialog paraOne
end tell
-->"()\"#%&/=!!!"
Arthur J. Knapp
http://www.stellarvisions.com
mailto:email@hidden
Hey, check out:
http://www.zavatone.com/