Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-27 Thread netslow
I'm sorry. I didn't meant to offend anybody. It was just a joke(lazyness I mean). Thanks for your help, I solved my problem. I built latest jar from svn and now setHeaderRows() works exactly as it should. Bruno Lowagie (iText) wrote: > > netslow wrote: >> Well, it'

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-22 Thread netslow
Well, it's very commendable. But I still can't get any solution for my problem. It looks like a bug in iText... 1T3XT info wrote: > > netslow wrote: >> Maybe you are just lazy like me > > That assumption is wrong. Actually I am overworked. > -- > This answe

Re: [iText-questions] setHeaderRows and setRowSpan

2009-07-20 Thread netslow
wing table: _ |__ |__ |__| | | || |__ |__ |__| |__ |__ |__| |__ |__ |__| |__ |__ |__| netslow wrote: > > Hi. I have so

[iText-questions] setHeaderRows and setRowSpan

2009-07-15 Thread netslow
Hi. I have some problems with table when I invoke setHeaderRows(X) if it has few cells with rowSpan greater than 1. Here is example code. As you can see result pdf document has broken(rowSpan = 1 instead 3) cells in header: public class TableIssue { private static Font fontCell = null;