|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Lists into table cellsHello, I need to put a List into a PdfPTable cell. Is this possible?
Thanks, Antonio. -- * Antonio Manuel Muñiz * amunizmartin.wordpress.com * amunizmartin@... ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list iText-questions@... https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/ |
|
|
Re: Lists into table cellsAntonio Manuel Muñiz wrote:
> Hello, I need to put a List into a PdfPTable cell. Is this possible? Trying is the best way to find out. (Why do you think it doesn't work?) -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list iText-questions@... https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/ |
|
|
Re: Lists into table cellsI am trying, but addCell method only accept String, Phrase and PdfPCell as parameters, and PdfPCell don't accept a List as parameter.
In iText examples I don't find anything, so I don't see the way to achieve this. I would be very grateful if you tell me how to do this. Thanks, Antonio. 2009/7/6 1T3XT info <info@...>
-- * Antonio Manuel Muñiz * amunizmartin.wordpress.com * amunizmartin@... ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list iText-questions@... https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/ |
|
|
Re: Lists into table cellsAntonio Manuel Muñiz wrote:
> I am trying, but addCell method only accept String, Phrase and PdfPCell > as parameters, and PdfPCell don't accept a List as parameter. > In iText examples I don't find anything, so I don't see the way to > achieve this. > > I would be very grateful if you tell me how to do this. Please read the documentation: PdfPCell cell = new PdfPCell(); cell.addElement(list); -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/blackberry _______________________________________________ iText-questions mailing list iText-questions@... https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/ |
| Free embeddable forum powered by Nabble | Forum Help |