How to set new H&J in Quark Stylesheet using applescript

Hi,

Could anyone tell me how to set/modify H&J names in Quark stylesheet.
I have tried this using below scripts. But not worked.


tell application "QuarkXPress"
	tell document 1
		tell style spec "LL_LAST"
			set h and j set of paragraph attributes to "None"
		end tell
	end tell
end tell

Please suggest me how to do this.

Thanks for your help.

Regards,
Gopalakrishnan

I haven’t used Quark in almost 10 yrs. What do you mean by “h” and “j”? Hopefully someone that DOES know Quark will help you out!