Yes this all works!!!
Table t = new Table( 2
);
Cell c = new Cell(); c.add( new Paragraph( "hello" )); c.add( new Paragraph( "David" )); t.addCell( c );
|
- [iText-questions] Asking again: Can I add a paragraph to a c... David Thielen
- Re: [iText-questions] Asking again: Can I add a paragra... Matt Benson
- David Thielen