Hi, this has now been fixed and should work correctly in upcoming versions.
Mark
On Tuesday 19 June 2007, Hombergs, Tom wrote:
> 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
--
All replies must be addressed to the mailing list.
Any replies/questions not addressed to the mailing list will be ignored.
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ 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/
