No problem there, it's all by design. Either you put a spacingBefore in
the table or put an extra \n in the paragraph. This makes sense if you
think that you may want to stack tables or have different spacings or no
spacing with the text.

Paulo 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Eric Summkeller
> Sent: Wednesday, January 24, 2007 1:56 PM
> To: [email protected]
> Subject: [iText-questions] Problem with the spacing before of 
> a PdfPTable
> 
> First I add a Paragraph with the Text "g_Test_g" and then a 
> PdfPTable without 
> any spacing before. The problem is that the PdfTable 
> overwrites the last part 
> of the "g" and the underline. Any ideas how I could resolve 
> this problem?
> 
> Code:
> 
> Chunk chunk2 = new Chunk("g _Test_g");
> Paragraph p2 = new Paragraph(chunk2);
> 
> document.add(p2);
> 
> Chunk chunk1 = new Chunk("Test");
> Paragraph p1 = new Paragraph(chunk1);
> 
> PdfPTable table = new PdfPTable(1);
> table.setWidthPercentage(100);
> PdfPCell cell = new PdfPCell();
> cell.addElement(p1);
> table.addCell(cell);
> 
> document.add(table);
> 
> 
> --------------------------------------------------------------
> -----------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the 
> chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge
> &CID=DEVDEV
> _______________________________________________
> 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/
> 


Aviso Legal:
Esta mensagem é destinada exclusivamente ao destinatário. Pode conter 
informação confidencial ou legalmente protegida. A incorrecta transmissão desta 
mensagem não significa a perca de confidencialidade. Se esta mensagem for 
recebida por engano, por favor envie-a de volta para o remetente e apague-a do 
seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de 
usar, revelar ou distribuir qualquer parte desta mensagem. 

Disclaimer:
This message is destined exclusively to the intended receiver. It may contain 
confidential or legally protected information. The incorrect transmission of 
this message does not mean the loss of its confidentiality. If this message is 
received by mistake, please send it back to the sender and delete it from your 
system immediately. It is forbidden to any person who is not the intended 
receiver to use, distribute or copy any part of this message.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
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/

Reply via email to