-none- 2007-09-12 - By Bruno Lowagie (iText)
Back Paulo Soares wrote: > I didn't have yet time to reproduce the problem but the the placement of > go() has influence in the output (this is by design) specially in the > spacing before where it's not applied in the first paragraph each time > go() is called.
That's what I mean: if you add the line I mentioned, both columns look identical. However: when you set the value for the ascender and you have a column and you do 1, 2, 3, go(), you expect the ascender to be taken into account only for 1. If you do 1, go(), 2, go(), 3, go(), the ascender will be taken into account for 1, 2, and 3. I think that makes sense, and that's why I didn't commit the 'fix' yet. I'm not sure if it's really a fix.
As for the RtfFields not showing up, I have the impression that the wrong writeContent is invoked. I haven't found out why yet. br, Bruno
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|