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:
List l = new List(false, false, 5);
l.add("Item1");
l.add("Item2");
l.add("Item3");
Table t = new Table(1);
Cell c = new Cell();
c.add(l);
t.addCell(c);
document.add(t);
Regards,
Tom
--
Tom Hombergs
adesso AG
Internet Applications
Studentischer Mitarbeiter
Stockholmer Allee 24
44269 Dortmund
[EMAIL PROTECTED]
www.adesso.de <http://www.adesso.de/>
---------------------------------------------------------------------------
>>> business. people. technology. <<<
---------------------------------------------------------------------------
adesso AG mit Sitz in Dortmund
Vorstand: Michael Kenfenheuer, Rainer Rudolf (Vors.), Dr. RĂ¼diger Striemer
Vorsitzender des Aufsichtsrates: Prof. Dr. Volker Gruhn
Amtsgericht Dortmund HRB 14509
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/