HeaderFooter header = new HeaderFooter(new Phrase("test", new Font(bf_times)), false); header.setAlignment(Element.ALIGN_CENTER); header.setBackgroundColor(new Color(0xB5091E)); document.setHeader(header);
I want to set the font color for test to white ( FFFFFF )
itext
learn_plsql
source share