- FF_COMB - Static variable in interface com.qoppa.pdf.form.TextField
 
- 
The field flag indicating the field is combed.
 
- FF_COMBO - Static variable in interface com.qoppa.pdf.form.ChoiceField
 
- 
The field flag indicating the field is a combo box.
 
- FF_COMMITONSELECTION - Static variable in interface com.qoppa.pdf.form.ChoiceField
 
- 
The field flag indicating the field's value is committed when a selection is made.
 
- FF_DONOTSCROLL - Static variable in interface com.qoppa.pdf.form.TextField
 
- 
The field flag indicating the field does not scroll.
 
- FF_DONOTSPELLCHECK - Static variable in interface com.qoppa.pdf.form.ChoiceField
 
- 
The field flag indicating the field is not spell checked.
 
- FF_DONOTSPELLCHECK - Static variable in interface com.qoppa.pdf.form.TextField
 
- 
The field flag indicating the field is not spell checked.
 
- FF_EDIT - Static variable in interface com.qoppa.pdf.form.ChoiceField
 
- 
The field flag indicating the field is editable if it is also a combo box.
 
- FF_FILESELECT - Static variable in interface com.qoppa.pdf.form.TextField
 
- 
The field flag indicating the field contains a file path.
 
- FF_MULTILINE - Static variable in interface com.qoppa.pdf.form.TextField
 
- 
The field flag indicating the field can have multiple lines.
 
- FF_MULTISELECT - Static variable in interface com.qoppa.pdf.form.ChoiceField
 
- 
The field flag indicating the field may have multiple options selected.
 
- FF_NOEXPORT - Static variable in interface com.qoppa.pdf.form.FormField
 
- 
The field flag indicating the field must not be exported.
 
- FF_NOTOGGLETOOFF - Static variable in interface com.qoppa.pdf.form.RadioButtonGroupField
 
- 
The field flag indicating exactly one radio button must be selected at all times.
 
- FF_PASSWORD - Static variable in interface com.qoppa.pdf.form.TextField
 
- 
The field flag indicating the field contains a password.
 
- FF_PUSHBUTTON - Static variable in interface com.qoppa.pdf.form.PushButtonField
 
- 
The field flag indicating the field is a push button.
 
- FF_RADIO - Static variable in interface com.qoppa.pdf.form.RadioButtonGroupField
 
- 
The field flag indicating the field is a radio button.
 
- FF_READONLY - Static variable in interface com.qoppa.pdf.form.FormField
 
- 
The field flag indicating the field is read only.
 
- FF_REQUIRED - Static variable in interface com.qoppa.pdf.form.FormField
 
- 
The field flag indicating the field value is required.
 
- FF_RICHTEXT - Static variable in interface com.qoppa.pdf.form.TextField
 
- 
The field flag indicating the field contains rich text.
 
- FF_SORT - Static variable in interface com.qoppa.pdf.form.ChoiceField
 
- 
The field flag indicating the field's options are sorted alphabetically.
 
- FieldListener - Interface in com.qoppa.pdf.form
 
- 
This interface is used to let the host application listen in on field focus events.
 
- FILETYPE_J2K - Static variable in class com.qoppa.pdf.JPEG2000Options
 
-  
 
- FILETYPE_JP2 - Static variable in class com.qoppa.pdf.JPEG2000Options
 
-  
 
- flattenField() - Method in interface com.qoppa.pdf.form.FormField
 
- 
Flattens the field into the document's content layer.
 
- flattenFields(boolean, boolean) - Method in class com.qoppa.pdfFields.PDFFields
 
- 
Flattens the form fields in the current PDF document.
 
- flattenFields(boolean, boolean, boolean) - Method in class com.qoppa.pdfFields.PDFFields
 
- 
Flattens the form fields in the current PDF document.
 
- focusGained(FormField) - Method in interface com.qoppa.pdf.form.FieldListener
 
- 
This method gets called whenever a field gains focus.
 
- focusLost(FormField) - Method in interface com.qoppa.pdf.form.FieldListener
 
- 
This method gets called whenever a field loses focus.
 
- fontFilePath() - Method in interface com.qoppa.pdf.LocalFont
 
-  
 
- FontSettings - Class in com.qoppa.pdf
 
- 
Font settings object.
 
- FontSettings() - Constructor for class com.qoppa.pdf.FontSettings
 
-  
 
- FORMAT_DOCUMENT_TIMESTAMP - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Signature format for Document Timestamp
 
- FORMAT_PADES - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Signature format for PAdES.
 
- FORMAT_PKCS7 - Static variable in class com.qoppa.pdf.SigningInformation
 
- 
Signature format for PKCS7.
 
- FormField - Interface in com.qoppa.pdf.form
 
- 
FormField is the abstract class that is being extended by all fields such as CheckBoxField, ChoiceField, ComboField,
 PushButtonField, RadioButtonGroupField, SignatureField and TextField.