Any way we could get table.deleteLastRow to simply return the last row's worth of data to the caller? This would allow people to use the method without having to store their own row data. I, for one, could use it, because I build tables off of iterators that are stream based, and once they've read the stream data, it's gone. Is there a suggestion list somewhere?
Also, I think this tool rocks, and you guys have done a hell of a job with both the coding and the documentation. You deserve an award. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bruno Sent: Wednesday, November 12, 2003 6:21 AM To: Duke Lee Cc: [EMAIL PROTECTED] Subject: Re: [iText-questions] fit the the table into the page. {Scanned} Quoting Duke Lee <[EMAIL PROTECTED]>: > Hi there, > I have consecutive dynamic data to display through Itext pdf, however, if I > use the CelFitPages, there will be a small extra empty row to be displayed > at the bottom. Are you sure it's a Row? I think it's the Table border not coinciding with the border of the last row. What happens if you set the Table border to NO_BORDER? br, Bruno ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
