Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

[iText-questions] Rigth_alignment in PdfPCells does not work in v
 2.0.4???

Andreas Reuss Christensen

2007-08-01

Replies:

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

NPS2 A/S

Helgeshøj Alle 33, 8.3
2630 Taastrup
 
E-mail             :
andreas.christensen@nps2.dk
Phone            : +45 33 33 12 92
Fax                : +45 33 33 63 44

Note:
Disclaimer
This transmission is intended solely for the person or entity to whom it is addressed. It may contain privileged and confidential information. If you are not the intended recipient, please be notified that any dissemination, distribution or copying is strictly prohibited. If you have received this transmission by mistake, please let us know and then delete it from your system

 

-------------------------------------------------------------------------
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
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/
©2008 junlu.com - Jax Systems, LLC, U.S.A.