[iText-questions] RTF list in table cell

2007-06-19 Thread Hombergs, Tom
Hi Mark, I read you committed a fix last month to avoid an extra bullet at the end of a list within a table cell. Using iText 2.0.4 I am now missing a bullet at the end of the list ;). The last item does not have a bullet at the beginning of the line. This code produced the bug for me:

Re: [iText-questions] RTF List: Spacing and Bullet Symbol

2007-06-19 Thread Hombergs, Tom
>I must say that this behaviour is really weird, but I will continue to >investigate. In the meantime I would suggest not setting the symbolIndent >in >the constructor, but via the setSymbolIndent(xx) method, as that works >correctly. That also only works as long as you don't change the list sy

Re: [iText-questions] RTF List: Spacing and Bullet Symbol

2007-06-13 Thread Hombergs, Tom
Hi, I'm glad that I can use custom bullets in RTF lists now. However, as soon as I use List.setListSymbol() to set the symbol to a symbol different from the default, the text after the bullet is indented too much. Has the symbolIndent perhaps been ignored by the change? Or am I doing som

[iText-questions] RTF: tableFitsPAge() and lone header rows

2007-06-13 Thread Hombergs, Tom
Hi, I'm creating RTF documents containing several tables. Each table has a header row which is to be repeated if the table spans over more than one page. This is accomplished by calling Table.setTableFitsPage(true). That's the part that works ;). The problem is that in some cases a table