Have a look at the javadocs for the Font constructor. You need something
like:
new Font(Font.HELVETICA, 12, Font.BOLD)
Paulo
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Dedy
> Sent: Monday, June 25, 2007 8:13 AM
> To: [email protected]
> Subject: [iText-questions] how to change font properties in cell
>
> i was i newbie with itext and i want to ask how to change font
> properties such as changing font, make it bold or italic etc
> an adding
> it in cell (PdfPCell)
>
> p = new Paragraph("Amount", new Font(Font.BOLD));
> cell = new PdfPCell(p);
> cell.setHorizontalAlignment(Element.ALIGN_CENTER);
> cell.setGrayFill(0.75f);
> table.addCell(cell);
>
> this is part of my code. But nothing happen to the font in my
> table. Am
> i make a mistake with that code?
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.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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/