Force line break after string length

前端 未结 3 1444
刺人心
刺人心 2020-12-20 10:01

I want to force a line break after a string length of 14 characters in a PDF generated with AH Formatter. So this is my xsl code without any attempt of line breaking:

<
3条回答
  •  心在旅途
    2020-12-20 10:45

    You can't force a line break in FO, but you can split up the string into separate FO blocks.

    
      
        
        
      
      
        
          
        
      
    
    

提交回复
热议问题