- 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
-
- 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.
- 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
-
Searches the page for text and returns a list of TextPosition objects for each of
the occurrences of the string 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.
- FLAG_INCLUDEEXCLUDE - Static variable in class com.qoppa.pdfViewer.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_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.
- flattenAnnotation(Annotation) - Method in class com.qoppa.pdfProcess.PDFPage
-
Flatten an annotation into the content.
- 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.
- 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 interface com.qoppa.pdfNotes.MutableDocument
-
Flattens all the fields in a 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.pdfViewer.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.
- FORCOMMENT - Static variable in interface com.qoppa.pdf.annotations.RubberStamp
-
- FORMAT - Static variable in class com.qoppa.pdfViewer.actions.TriggerActions
-
- 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
-
- FREE_TEXT_TYPEWRITER - Static variable in interface com.qoppa.pdf.annotations.FreeText
-
- 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
-