Re: Anchored Picture Box In Quark
Re: Anchored Picture Box In Quark
- Subject: Re: Anchored Picture Box In Quark
- From: Hans Haesler <email@hidden>
- Date: Mon, 5 Nov 2001 10:03:34 +0100
On Mon, 05 Nov 2001, Shane Stanley wrote:
>
It's probably quicker just to export the story as tagged text, then reimport
>
it:
Agreed. And it would be neater, too: no "phantoms"...
For deleting only some of the boxes, the range
containing them can be selected and exported.
But then you mustn't address 'current box':
---
set theTemp to (path to temporary items) as text
tell application "QuarkXPress 4.11"
set import styles to true
save selection in theTemp & "*" as "TEXT"
set contents of selection to alias (theTemp & "*")
end tell
---
Hans Haesler <email@hidden>