how to keep table with header but allow page breaks inside table body in XSL-FO using FOP

a 夏天 提交于 2019-12-05 00:59:53

The CSS property page-break-inside="avoid" maps to the native FO property keep-together="always". This mapping is questionable IMO (but that's a different story). Anyway, I suggest you use the native FO property keep-together.within-column="1" instead of page-break-inside. That allows Apache FOP to break inside the table when absolutely necessary.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!