Put the alignment in the Paragraph. Paulo
----- Original Message ----- From: "Andreas Reuss Christensen" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, August 01, 2007 2:55 PM Subject: [iText-questions] Rigth_alignment in PdfPCells does not work in v2.0.4??? Example: PdfPTable table = new PdfPTable(2); PdfPCell cell = new PdfPCell(); cell.addElement(new Paragraph("Hej")); table.addCell(cell); cell.setHorizontalAlignment(PdfPCell.ALIGN_RIGHT); cell = new PdfPCell(); cell.setHorizontalAlignment(PdfPCell.ALIGN_CENTER); cell.addElement(new Phrase("Hej")); table.addCell(cell); add(table); Both the Cells align left?????!!!!!!!!! What do I do wrong? Med venlig hilsen / Best regards, Andreas Reuss Christensen ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
