Does someone know if there is a way to change all trapping preference of all object in a Quark document to “default”.
For now, I know that I can put all trap text to default with this script:
tell application "QuarkXPress"
activate
try
tell document 1
set trap text of every text style range of every story to default
end tell
end try
end tell
but I have no clue how to do the same with box, frame, line, etc…