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.
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.