我需要使某些文本块非包装,例如:
< FO:块>
这是为了确认.. blalb long text ... < fo:inline wrap-option =“no-wrap”>< xsl:value-of select ='$ name'/&gt ;< / FO:直列> < / FO:块>
我需要的是< fo:inline> 中的文字不会换行。但是现在是包装,推迟 wrap-option =“no-wrap” 我怎么能显示某些文字以便它永远不会包装?
答案 0 :(得分:1)
<fo:inline keep-together.within-line="always">This will all be kept together on a line, even squeezed to unreadable, or the product you have selected to format your FO is garbage</fo:inline>
现在,如果你的产品在最后切断它或者挤压文字以适应......那么你决定使用什么,一些挤压,一些切割。
提示:在上面的例子中,压缩是正确的答案。