1. how can i use hexacode for background of table cells
2.in the table if i use
PdfPCell lifeCycleCell= new PdfPCell(new Paragraph("Trait Life Cycle",new
Font(Font.BOLD, 6, Font.NORMAL)));
*lifeCycleCell.setBackgroundColor(Color.yellow); -> want to use hexadacimal
code for color*
funStageTable.
Rajiv Sabat wrote:
> hi
>
> To make a back ground color of a rectangel i use
> pdfpcell.setBackGroundColor(Color c)
> but it takes the parameter of Color name
> can i use the float value of the color so that i can have broad selection?
Of course, read chapter 11 of "iText in Action",
and you'll