On 6/11/2011 15:51, tvfoodmaps wrote: > Thanks for the detailed answer. > > Even witht he approach you mentioned I'm not sure how knowing the > count will help. The cells are variable length/height so I really > need to know the position of the summary not the count of cells.
I don't think I mentioned the count of cells. I talked about the count of rows. Also I mentioned table events. Table events return the dimensions of columns/rows of a table AFTER it is added, so you'd need to add the table in simulation mode. However: now that I think of it: I'm not sure if table events will be triggered; I think not. Fortunately there's more than one way to solve your problem. Why don't you calculate the height of each row? (As documented in chapter 4, this height will be 0 unless you define the table correctly.) ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
