Hi folks,
I am using code similar to the following to create a PDF outline. Although
colors and bold/italics work, I noticed that the underline option is ignored,
as is the "Courier" setting. Is it possible to set the font, font size, etc,
perhaps using methods beyond what I've done here?
Thanks!
Chris
olineNew = new PdfOutline
(
olineParent,
(PdfAction) null,
bmNew.Text
);
olineNew.setColor(Color.RED);
olineNew.setStyle(Font.UNDERLINE + Font.ITALIC + Font.BOLD +
Font.COURIER);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://www.1t3xt.com/docs/book.php