Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

F

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.
fieldValueChanged() - Method in interface com.qoppa.pdf.annotations.Widget
 
FileAttachment - Interface in com.qoppa.pdf.annotations
Interface representing a File Attachment annotation in a PDF document.
FileAttachmentTool - Class in com.qoppa.pdfNotes.settings
This class manages the default properties and settings for the File Attachment Tool.
FileAttachmentTool() - Constructor for class com.qoppa.pdfNotes.settings.FileAttachmentTool
 
FilePDFSource - Class in com.qoppa.pdf.source
Implementation of the PDFSource interface when the document comes from a file.
FilePDFSource(File) - Constructor for class com.qoppa.pdf.source.FilePDFSource
 
FilePDFSource(String) - Constructor for class com.qoppa.pdf.source.FilePDFSource
 
FILETYPE_J2K - Static variable in class com.qoppa.pdf.JPEG2000Options
 
FILETYPE_JP2 - Static variable in class com.qoppa.pdf.JPEG2000Options
 
FINAL - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
findText(String, boolean, boolean) - Method in interface com.qoppa.pdf.dom.IPDFPage
This method searches for the given text in the page.
findTextUsingRegex(String) - Method in interface com.qoppa.pdf.dom.IPDFPage
This method searches for the given text in the page.
findTextWithContext(String, boolean, boolean) - Method in interface com.qoppa.pdf.dom.IPDFPage
This method searches for the given text in the page.
findTextWithContextUsingRegEx(String) - Method in interface com.qoppa.pdf.dom.IPDFPage
This method searches for text in the page for matches with the given regular expression.
FLAG_INCLUDEEXCLUDE - Static variable in class com.qoppa.pdf.actions.ResetForm
 
FLAGS_HIDDEN - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_INVISIBLE - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_LOCKED - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_LOCKEDCONTENTS - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_NOROTATE - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_NOVIEW - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_NOZOOM - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_PRINTABLE - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
FLAGS_READONLY - Static variable in interface com.qoppa.pdf.annotations.Annotation
 
flattenAnnotation(Annotation, int) - Method in interface com.qoppa.pdfNotes.MutableDocument
Flattens a single annotation into the content layer.
flattenAnnotations() - Method in interface com.qoppa.pdfNotes.MutableDocument
Flatten the annotations on this document into the content layer.
flattenAnnotations(int) - Method in interface com.qoppa.pdfNotes.MutableDocument
Flatten the annotations on a page into the content layer.
flattenField() - Method in interface com.qoppa.pdf.form.FormField
Flattens the field into the document's content layer.
flattenFields(boolean, boolean) - Method in interface com.qoppa.pdfNotes.MutableDocument
Flattens all the fields in a document.
flattenWidget(Widget) - Method in interface com.qoppa.pdf.annotations.IFlattener
 
FOCUS - Static variable in class com.qoppa.pdf.actions.TriggerActions
 
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
 
FORCOMMENT - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
FORMAT - Static variable in class com.qoppa.pdf.actions.TriggerActions
 
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.
FORPUBLICRELEASE - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
 
FreeText - Interface in com.qoppa.pdf.annotations
Interface representing a FreeText annotation in a PDF document.
FreeTextTool - Class in com.qoppa.pdfNotes.settings
This class manages the default properties and settings for the FreeText Tool.
FreeTextTool() - Constructor for class com.qoppa.pdfNotes.settings.FreeTextTool
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links