Inserting a line break in a PDF generated from XSL FO using

后端 未结 11 796
挽巷
挽巷 2020-12-03 17:16

I am using XSL FO to generate a PDF file containing a table with information. One of these columns is a \"Description\" column. An example of a string that I am populating o

11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 17:32

    I usually use an empty block with a height that can be changed if I need more or less space:

    
    

    I know this isn't the best looking solution but it's funtional.

提交回复
热议问题