| Package | Description | 
|---|---|
| com.qoppa.pdf.annotations | 
 Classes representing PDF annotations. 
 | 
| com.qoppa.pdf.form | 
 Classes related to PDF Acroform and its form fields. 
 | 
| com.qoppa.pdfProcess | 
 jPDFProcess main classes, used to manipulate PDF documents and pages. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
WidgetButton
Interface to a button Widget annotation. 
 | 
interface  | 
WidgetCheckBox
Interface to a check box Widget annotation. 
 | 
interface  | 
WidgetChoice
Abstract interface to a choice Widget annotation. 
 | 
interface  | 
WidgetCombo
Interface to a combo box Widget annotation. 
 | 
interface  | 
WidgetList
Interface to a list box Widget annotation. 
 | 
interface  | 
WidgetPushButton
Interface to a push button Widget annotation. 
 | 
interface  | 
WidgetRadioButton
Interface to a radio button Widget annotation. 
 | 
interface  | 
WidgetSignature
Interface to a signature field Widget annotation. 
 | 
interface  | 
WidgetText
Interface to a text field Widget annotation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IFlattener.flattenWidget(Widget w)  | 
| Modifier and Type | Method and Description | 
|---|---|
Vector<Widget> | 
FormField.getWidgets()
Gets a list of any widgets associated with this field. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PDFPage.flattenWidget(Widget widget)
Flatten a widget into the content layer of the page. 
 |