Uses of Class
org.pdfbox.pdmodel.interactive.annotation.PDAppearanceDictionary

Packages that use PDAppearanceDictionary
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDAppearanceDictionary in org.pdfbox.pdmodel.fdf
 

Methods in org.pdfbox.pdmodel.fdf that return PDAppearanceDictionary
 PDAppearanceDictionary FDFField.getAppearanceDictionary()
          This will get the appearance dictionary that specifies the appearance of a pushbutton field.
 

Methods in org.pdfbox.pdmodel.fdf with parameters of type PDAppearanceDictionary
 void FDFField.setAppearanceDictionary(PDAppearanceDictionary ap)
          This will set the appearance dictionary.
 

Uses of PDAppearanceDictionary in org.pdfbox.pdmodel.interactive.annotation
 

Methods in org.pdfbox.pdmodel.interactive.annotation that return PDAppearanceDictionary
 PDAppearanceDictionary PDAnnotation.getAppearance()
          This will get the appearance dictionary associated with this annotation.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDAppearanceDictionary
 void PDAnnotation.setAppearance(PDAppearanceDictionary appearance)
          This will set the appearance associated with this annotation.