I am trying to embed some RTF source into a table cell by doing....

RtfDirectContent rdc = new RtfDirectContent(s);
rdc.setInTable(true);
Cell cell = new Cell(rdc);
table.addCell(new Cell(cell));

The cell comes out blank.   Any idea what I am doing wrong?

Thanks

--
Bruce Christie
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to