Hi,
I'm creating RTF document using iText. I create table with cell's text of
different size and would like to wrap text if it does not fit in to one line
in table's cell. I set noWrap to false
I add it like this
    Cell cell = new Cell(new Phrase(text, font));
    table.addCell(cell,new Point(row,col));
text is wrapped but it gets truncated an the first line.
Thanks

------------------------------------------------------------------------------
Notice: This e-mail message, together with any attachments, contains information of 
Merck & Co., Inc. (Whitehouse Station, New Jersey, USA) that may be confidential, 
proprietary copyrighted and/or legally privileged, and is intended solely for the use 
of the individual or entity named on this message. If you are not the intended 
recipient, and have received this message in error, please immediately return this by 
e-mail and then delete it.

==============================================================================



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to