TugaHH wrote: > Hi, > > how do I now get an element from a Table? > > I have a Table und up until now, I would iterate through the table with > getElement(i,j) . > Upon updating iText version, I fould out getElement method is now private?! > I need this getElement() to iterate through the elements in my table.
If you check the SVN repository, you'll find out the method is now made public again. You'll have to download and compile iText yourself or wait till iText 2.1.0 is released (but that can take a while because Bruno's son is very ill for the moment, and Bruno isn't working at full force anymore). -- This answer is provided by 1T3XT BVBA ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
