我有(m2)中所列的不同大小的房屋清单(见打击),我想用m2替换所有这些实例,并在上标中设置“2”。
房屋清单:
我的剧本:
tell application "QuarkXPress"
tell document 1
tell story 1 of current box
set xx to 2
set character style of xx to superscript
set text of every paragraph where it is "m2" to "m" & xx
end tell
end tell
end tell
我收到以下错误:
Can’t set «class CHSS» of 2 to superscript.
请帮助,不确定我是否会采取错误的方式。 非常感谢!
答案 0 :(得分:0)
拔出头发之后,我设法提出了一个解决方案,希望这能帮助别人。
更改以下脚本:
border: none;
color: transparent;
text-shadow: 0 0 0 gray;
text-align: center;
&:focus {
outline: none;
}