You must also set the alignment of the outer cell.

Paulo

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of [EMAIL PROTECTED]
> Sent: Thursday, September 20, 2007 4:25 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Align_Middle and FixedHeight PDFPCell
> 
> Hi,
> I cannot reach to align middle (vertically) a text inside a 
> PdfPCell of a neste PdfPTable.
> This is a portion of the code:
>             
>             CUT
>             // Mittente Destinatario Header
>             PdfPTable nestedTable = new PdfPTable(2); 
>             PdfPCell mittenteHeader = new PdfPCell(new 
> Paragraph("Mittente", romanBoldItalicHeader));
>             mittenteHeader.BackgroundColor = ITS.Color.BLUE;
>             mittenteHeader.FixedHeight = (float)((0.8 / 
> CMTOINCH) * INCHTOPONTS);
>             mittenteHeader.HorizontalAlignment = 
> PdfPCell.ALIGN_CENTER;
>             mittenteHeader.VerticalAlignment = PdfPCell.ALIGN_MIDDLE;
>             //mittenteHeader.PaddingTop = 50f; 
>             //mittenteHeader.Width = 50;
>             nestedTable.AddCell(mittenteHeader);
>            CUT
>            masterTable.AddCell(nestedTable);
>            CUT
> 
> In attachment the pdf generated... As you can see, all text 
> inside cells with blue background are not middle aligned... 
> Where's the mistake?? 


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.


-------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to