Michal Domagala wrote: > If rows are added to a table with alternately changed background it will > not solve a problem, because when page is broken and new part of table > is printed then header has blue background and row below can also has > blue background.
When using alternated rows, all odd rows have one color, all even numbers have another color. Your problem, if I understand it correctly, is that a page sometimes starts with an even row. When this happens, you have two consecutive rows with a blue background. Your problem is that you don't want this? I think you could avoid this by adding the background color using table events. br, Bruno ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Do you like iText? Buy the iText book: http://www.1t3xt.com/docs/book.php Or leave a tip: https://tipit.to/itexttipjar
