I'm generating a table in XSL-FO and my content is a text that can be large. Is there any way to resize the column height? I´m using XSLT to generate the XSL-FO. I tried:
<fo:block-container font-family="Times New Roman"height="7.14mm"
overflow="hidden">
but it doesn't work.