It's a bug and it's already fixed in the CVS. It was also fixed a
problem with rotation 180 and bottom or middle alignment.

Paulo 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On 
> Behalf Of Tollefsrud, Kjetil
> Sent: Monday, September 11, 2006 1:55 PM
> To: [email protected]
> Subject: [iText-questions] PfdPCell rotation: Missing text
> 
> Hello, I'm trying to rotate a PdfPCell containing a short 
> text, like this:
> 
>  
> 
> PdfPTable table = new PdfPTable(2);
> 
> PdfPCell cellOne = new PdfPCell(new Phrase("Text 1"));
> 
> cellOne.setRotation(90);
> 
> table.addCell(cellOne);
> 
> table.addCell("Text 2"); //Second cell
> 
> document.add(table);
> 
>  
> 
> This shows a pdf-document containing a table with two cells. 
> So far, so good. 
> 
> But the rotated cell (cellOne) is empty, while the second one 
> shows the given text.
> 
> If I rotate cellOne to 0 (cellOne.setRotation(0)), the text 
> comes back.
> 
>  
> 
> I don't understand this, so any kind of help is welcome.
> 
> Thank you!
> 
>  
> 
> 


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.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to