Re: [iText-questions] Rotated Text in a cell in a table.

2013-04-06 Thread Paulo Soares
Rotate the cell 180 degrees with PdfPCell.setRotation(180). Paulo On Fri, Apr 5, 2013 at 4:48 PM, David Hines wrote: > I have a sheet of paper that identifies a particular part in our > manufacturing system. When placed on racks to dry, the paper is placed next > to it, but upside down. How woul

[iText-questions] Rotated Text in a cell in a table.

2013-04-06 Thread David Hines
I have a sheet of paper that identifies a particular part in our manufacturing system. When placed on racks to dry, the paper is placed next to it, but upside down. How would I display only the contents of a PdfPCell upside down? ---