Does iText allow you to change the font of an existing acrofield? I am using iText to fill out an acroform and would like for some of the fields to toggle between a strikethrough font and the existing "non-strikethrough" font.
I have looked at the AcroFields API and it dosen't seem to allow you to change the appearance of an existing AcroField. What I would like to have are the methods:
public PdfAppearance getApppearance();
public void setAppearance(PdfAppearance apperance);
Is this possible with the current API? Am I barking up the wrong tree? Thanks for your help.
-Chad Hawthorne
Title: acro field strikethrough