Thanks for taking the time to answer my question.
I\'m generating a PDF document using iText in Java. I need to set the column headers of a table a different colour than
Cell hcell = new Cell(); Color color = WebColors.getRGBColor("red"); hcell.setBackgroundColor(color);