Hello,
I am generating a PDF using FOP. I have table which contains large text in
cells. This text goes into the next column messing up the data. Following is
my xsl -
<fo:table-cell padding="2pt" border="0.2pt solid black" width="auto">
<fo:block-container width="60px" height="10px"
overflow="scroll">
<fo:block>
tttttttttttttttttttttttttttttttttnnntttnttttttttttttttttt
</fo:block>
</fo:block-container>
</fo:table-cell>
This text wrap correctly when it has spaces in between. That to happens
without using fo:block-container. I want when the text is large, it should
continue with the next line. I don't know what value to specify and which
attributes need to be set for fo:block-container in order to do this.
Any guidelines would be highly appreciated.
Thank you,
Sanjeev.
--
View this message in context:
http://www.nabble.com/How-to-wrap-text-in-fo%3Atable-cell-tp18376733p18376733.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]