Re: [iText-questions] detect page break and table size

2007-03-03 Thread Bruno Lowagie
kanchana wrote: > Before a table or row is rendered (written) on the page, Is there a way to > know its height? Yes, if you set the total width (and lock it), then you can ask the rows for their height. See page 184 of the book. > If not, is it possible to delete the row or table (or blotch it ou

Re: [iText-questions] detect page break and table size

2007-03-02 Thread kanchana
Before a table or row is rendered (written) on the page, Is there a way to know its height? If not, is it possible to delete the row or table (or blotch it out) after being written to the document? Thanks, Kanchana. - Take

Re: [iText-questions] detect page break and table size

2007-03-02 Thread kanchana
, February 28, 2007 10:38 AM To: Post all your questions about iText here Subject: Re: [iText-questions] detect page break and table size Hi Kanchana, Event handlers, headers and footers, table size, all these topics have been explained in detail many many times on this list, and are quite well

Re: [iText-questions] detect page break and table size

2007-03-01 Thread Bruno Lowagie (iText)
kanchana wrote: > Hi Alexis, > > Thank you so much for the prompt reply. I truly appreciate your help. I was > able to get to the basics of things I needed but ran into some other > problems for which I cannot find a solution anywhere. Not even in the API docs? That IS strange! > For my specific

Re: [iText-questions] detect page break and table size

2007-02-28 Thread Alexis Pigeon
Hi Kanchana, On 01/03/07, kanchana <[EMAIL PROTECTED]> wrote: > Hi Alexis, > > Thank you so much for the prompt reply. I truly appreciate your help. I was > able to get to the basics of things I needed but ran into some other > problems for which I cannot find a solution anywhere. Then you didn't

Re: [iText-questions] detect page break and table size

2007-02-28 Thread kanchana
ns] detect page break and table size Hi Kanchana, Event handlers, headers and footers, table size, all these topics have been explained in detail many many times on this list, and are quite well documented in the tutorial and the book. Please search in the mailing-list archives, tutor

Re: [iText-questions] detect page break and table size

2007-02-28 Thread Alexis Pigeon
Hi Kanchana, Event handlers, headers and footers, table size, all these topics have been explained in detail many many times on this list, and are quite well documented in the tutorial and the book. Please search in the mailing-list archives, tutorial < http://itextdocs.lowagie.com/tutorial/ > or

[iText-questions] detect page break and table size

2007-02-28 Thread kanchana
Hi, Is it possible to detect a page break automatically, say I have a large table that spans across multiple pages and then I need to put page number in a custom format on top of every page or a page header with tables on every page, how do I do it? Is it possible to have headers and foo