Replace all caps into plain
Replace all caps into plain
- Subject: Replace all caps into plain
- From: Jan Bultereys <email@hidden>
- Date: Tue, 26 Dec 2006 16:55:05 +0100
- Thread-topic: Replace all caps into plain
Title: Replace all caps into plain
Hi all,
tell application "QuarkXPress Passport"
tell document 1
activate
tell text box 1
set style of text style ranges to {class:text style info, on styles:{plain}}
end tell
end tell
end tell
I would like to select every text which has “all caps” as style and replace it with plain:
select (every text where text style range is {{class:text style info, on styles:{all caps}}})
But I don’t know how to approach this, the line above seems to have no syntax error but I guess I don’t approach it the right way since I don’t get any selection...
Any feedback is much appreciated
jan
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden