Given this code:

HSSFFooter footer = sheet.getFooter();
footer.setCenter(HSSFFooter.font("Stencil-Normal", "Italic)
 + HSSFFooter.fontSize((short) 16) + "BLARGH");

How do I make the text "BLARGH" red. Thanks.

Reply via email to