Re: properties of quark xpress text box
Re: properties of quark xpress text box
- Subject: Re: properties of quark xpress text box
- From: Shane Stanley <email@hidden>
- Date: Fri, 22 Feb 2002 08:20:48 +1100
On 22/2/02 4:53 AM +1000, Biswadip Dasgupta, email@hidden, wrote:
>
if i want to access the colour of a piece of text in a quark xpress
>
text box i can go:
>
>
get color of line 3 of text box 2 of page 1 of document 1
>
>
but i can't work out how to access the "on" and "off" styles of text
>
(attributes like "all caps"). in other words, how do i say something
>
like" get all pieces of text in this text box which have all caps
>
switched on"?
tell application "QuarkXPress 4.11"
tell current box
text style ranges whose style contains all caps
end tell
end tell
--
Shane Stanley, email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.