Thank you, i now use the PdfPCell with cell.rotation = 180
It works fine!
But when i do:
cell.rotation = 90
then the text in the cell disappeares!? How is this possible? what am i doing
wrong? Any solution?
Robbin
From: Paulo Soares
Sent: Monday, May 24, 2010 10:50 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] help text rotation in a cell
It only works with PdfPCell. By the way, Cell was removed in version 5.
Paulo
------------------------------------------------------------------------------
From: R. Garstenveld [mailto:[email protected]]
Sent: Monday, May 24, 2010 9:38 AM
To: [email protected]
Subject: [iText-questions] help text rotation in a cell
iTextSharp,
I tried all of the iTextsharp dll versions. I just cannot get a text in a
cell of a table rotated.
Dim cell As Cell = New Cell
cell = New Cell(New Phrase("This is a test", New
iTextSharp.text.Font(Font.COURIER, 9, Font.NORMAL)))
i tried:
cell.Rotate() 'nothing happends
andalso:
cell.Rotation = 90 'rotation = readOnly, so an error accured
Please can anyone help me?
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
------------------------------------------------------------------------------
--------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/