Quark Xpress
Quark Xpress
- Subject: Quark Xpress
- From: "G?ran Ehn" <email@hidden>
- Date: Wed, 09 Oct 2002 15:01:42 +0200
Does anyone know how to grab all character and paragraph
styles applied in a selected text box? I was succesful by
grabbing the two styles separately like this:
tell text box "mybox" of document 1
get name of character style of text style ranges of
paragraphs of stories
end tell
or like this:
tell text box "mybox" of document 1
get name of paragraph style of text style ranges of
paragraphs of stories
end tell
But I would like to get both the paragraph and the
character styles applied to all stories at the same time,
not separately as the in the code above. Is it possible,
please show me if you know how its done.
Thanks
Goran Ehn
_______________________________________________
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.