RE: [iText-questions] Cell events and page breaks,

2005-04-29 Thread Paulo Soares
; > > > -Original Message- > > > From: Amit Gijare [mailto:[EMAIL PROTECTED] > > > Sent: Thursday, April 28, 2005 12:57 PM > > > To: Paulo Soares; > > itext-questions@lists.sourceforge.net > > > Subject: RE: [iText-questions] Cell events an

RE: [iText-questions] Cell events and page breaks,

2005-04-29 Thread Amit Gijare
res; > itext-questions@lists.sourceforge.net > > Subject: RE: [iText-questions] Cell events and > page breaks, > > > > hi, > > > > One more thing I found out in this respect is > that > > if you put the cell event on the container cell > (the >

RE: [iText-questions] Cell events and page breaks,

2005-04-28 Thread Paulo Soares
ED] > Sent: Thursday, April 28, 2005 12:57 PM > To: Paulo Soares; itext-questions@lists.sourceforge.net > Subject: RE: [iText-questions] Cell events and page breaks, > > hi, > > One more thing I found out in this respect is that > if you put the cell event on the contain

RE: [iText-questions] Cell events and page breaks,

2005-04-28 Thread Amit Gijare
hi, One more thing I found out in this respect is that if you put the cell event on the container cell (the cell with green cell background) the cell event is rendered and lines extend on the next pages, but anything inside these cell do not. thanks, amit. --- Amit Gijare <[EMAIL PROTECTED]>

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
(with main()). > -----Original Message-----> From: Amit Gijare [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 12:27 PM> To: Paulo Soares; itext-questions@lists.sourceforge.net> Subject: RE: [iText-questions] Cell events and page breaks,> > I have this following exam

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Paulo Soares
net > Subject: RE: [iText-questions] Cell events and page breaks, > > I have this following example,if you try to go > over pages with depth of childs (in horizontal as well > vertical direction) increasing, then at page breaks > outer table refuse to extend even thought the cell &

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
Sent: Wednesday, April 27, 2005 10:18 AM > > To: itext-questions@lists.sourceforge.net > > Subject: [iText-questions] Cell events and page > breaks, > > > > hi, > > > >are cell events influenced by page breaks, I > have > > an cell event which dr

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Paulo Soares
nesday, April 27, 2005 10:18 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Cell events and page breaks, > > hi, > >are cell events influenced by page breaks, I have > an cell event which draws line in a cell, works fine > if its a single pa

[iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
hi, are cell events influenced by page breaks, I have an cell event which draws line in a cell, works fine if its a single page, but not when it extends over multiple pages. I tried changing the page layout from A4 to A2 and it works fine, or is that splitting of rows influences cell events. t