make a style in Quark 4
make a style in Quark 4
- Subject: make a style in Quark 4
- From: "Feldman, Don" <email@hidden>
- Date: Thu, 15 Apr 2004 15:46:26 -0400
- Thread-topic: make a style in Quark 4
I'm just curious. Can you write an applescript that makes a Character and Paragraph style sheet in Quark 4.11 or later? I have something like the following, which doesn't work in mind.
tell application "QuarkXPress(tm) 4.11"
tell document 1
make new character style with properties {name:"HarveyChar", size:"14", font:"times"}
make new paragraph style with properties {name:"HarveyPara", based on:"HarveyChar"}
end tell
end tell
_______________________________________________
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.