- 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.
- 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
-
- fill(Shape) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Fills the interior of a Shape using the settings of the Graphics2D context.
- fillArc(int, int, int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Fills a circular or elliptical arc covering the specified rectangle.
- FillColorSpan - Class in com.qoppa.pdfProcess.content
-
A span of text that all has the same text fill color.
- fillOval(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Fills an oval bounded by the specified rectangle with the
current color.
- fillPolygon(int[], int[], int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Fills a closed polygon defined by
arrays of x and y coordinates.
- fillRect(int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Fills the specified rectangle.
- fillRoundRect(int, int, int, int, int, int) - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Fills the specified rounded corner rectangle with the current color.
- fillShape(Shape, Paint, double, double, AffineTransform) - Method in class com.qoppa.pdfProcess.PDFPage
-
Fills a shape on this page.
- FINAL - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- finalize() - Method in class com.qoppa.pdfProcess.PDFGraphics
-
Cleanup.
- findText(String, boolean, boolean) - Method in interface com.qoppa.pdf.dom.IPDFPage
-
This method searches for the given text in the page.
- findText(String, boolean, boolean) - Method in class com.qoppa.pdfProcess.PDFPage
-
This method searches for the given text in the page.
- findText(int, String, boolean, boolean) - Method in class com.qoppa.pdfText.PDFText
-
Searches a page for text and returns a list of TextPosition objects for each of
the occurrences of the string in the page.
- findTextUsingRegex(String) - Method in interface com.qoppa.pdf.dom.IPDFPage
-
This method searches for the given text in the page.
- findTextUsingRegex(String) - Method in class com.qoppa.pdfProcess.PDFPage
-
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.
- findTextWithContext(String, boolean, boolean) - Method in class com.qoppa.pdfProcess.PDFPage
-
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.
- findTextWithContextUsingRegEx(String) - Method in class com.qoppa.pdfProcess.PDFPage
-
This method searches for text in the page for matches with the given regular expression.
- fireDocumentEvent(DocumentEvent) - Method in class com.qoppa.pdfProcess.PDFDocument
-
- 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) - Method in class com.qoppa.pdfProcess.PDFPage
-
Flatten an annotation into the content.
- flattenAnnotations(boolean) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Flattens the annotations.
- flattenAnnotations(boolean) - Method in class com.qoppa.pdfProcess.PDFPage
-
Flattens the annotations.
- 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.
- flattenFields(boolean, boolean) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Flattens the pdf form fields.
- flattenFields(boolean, boolean, boolean) - Method in class com.qoppa.pdfProcess.PDFDocument
-
Flattens the pdf form fields.
- flattenWidget(Widget) - Method in interface com.qoppa.pdf.annotations.IFlattener
-
- flattenWidget(Widget) - Method in class com.qoppa.pdfProcess.PDFPage
-
Flatten a widget into the content layer of the page.
- 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.