| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel.fdf | The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. | 
| org.apache.pdfbox.pdmodel.interactive.annotation | The annotation package contains classes that work with PDF annotation elements. | 
| org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible | This is the visual signature part that help creating the visual representation for the digital signature. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDAppearanceDictionary | FDFField. getAppearanceDictionary()This will get the appearance dictionary that specifies the appearance of a pushbutton field. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | FDFField. setAppearanceDictionary(PDAppearanceDictionary ap)This will set the appearance dictionary. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDAppearanceDictionary | PDAnnotation. getAppearance()This will get the appearance dictionary associated with this annotation. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDAnnotation. setAppearance(PDAppearanceDictionary appearance)This will set the appearance associated with this annotation. | 
| Modifier and Type | Method and Description | 
|---|---|
| PDAppearanceDictionary | PDFTemplateStructure. getAppearanceDictionary()Gets AppearanceDictionary
 That is /AP entry the appearance dictionary. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PDFTemplateStructure. setAppearanceDictionary(PDAppearanceDictionary appearanceDictionary)Sets AppearanceDictionary
 That is /AP entry the appearance dictionary. | 
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.