Uses of Class
org.faceless.pdf2.WidgetAnnotation
-
Packages that use WidgetAnnotation Package Description org.faceless.pdf2 Contains the classes used to create a PDF documentorg.faceless.pdf2.viewer2 The "viewer" package contains the classes required to create a Swing application to display PDFs. -
-
Uses of WidgetAnnotation in org.faceless.pdf2
Methods in org.faceless.pdf2 that return WidgetAnnotation Modifier and Type Method Description WidgetAnnotationFormBarCode. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Create and add a new widget annotation for this field.WidgetAnnotationFormButton. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this Form element at the specified position on the specified page.WidgetAnnotationFormChoice. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this element at the specified location on the pageWidgetAnnotationFormSignature. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this Signature to the specified page at the specified location.WidgetAnnotationFormSignature. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2, PDFCanvas appearance)Add an annotation for this Signature to the specified page at the specified location, with the specified appearance.WidgetAnnotationFormText. addAnnotation(PDFPage page, float x1, float y1, float x2, float y2)Add an annotation for this element at the specified location on the pageWidgetAnnotationFormElement. getAnnotation(int annot)Return the specified annotation.WidgetAnnotationPDFAction. getAnnotation()ForPDFAction.hideWidget(org.faceless.pdf2.WidgetAnnotation)andPDFAction.showWidget(org.faceless.pdf2.WidgetAnnotation)actions, return the annotation being toggled shown or hidden.Methods in org.faceless.pdf2 that return types with arguments of type WidgetAnnotation Modifier and Type Method Description List<WidgetAnnotation>FormElement. getAnnotations()Return a list of all the annotations associated with this form element.Map<String,WidgetAnnotation>FormCheckbox. getOptions()Map<String,WidgetAnnotation>FormRadioButton. getOptions()Methods in org.faceless.pdf2 with parameters of type WidgetAnnotation Modifier and Type Method Description static PDFActionPDFAction. hideWidget(WidgetAnnotation annot)Return a new PDFAction which hides the specifiedWidgetAnnotation.static PDFActionPDFAction. showWidget(WidgetAnnotation annot)Return a new PDFAction which makes the specifiedWidgetAnnotationvisible on screen. -
Uses of WidgetAnnotation in org.faceless.pdf2.viewer2
Methods in org.faceless.pdf2.viewer2 with parameters of type WidgetAnnotation Modifier and Type Method Description JSEventJSManager. runEventFieldBlur(DocumentPanel panel, WidgetAnnotation annot, boolean shift, boolean modifier)Raise theField/BlurJavaScript methodJSEventJSManager. runEventFieldCalculate(DocumentPanel panel, WidgetAnnotation target, WidgetAnnotation source)Raise theField/CalculateJavaScript methodJSEventJSManager. runEventFieldFocus(DocumentPanel panel, WidgetAnnotation annot, boolean shift, boolean modifier)Raise theField/FocusJavaScript methodJSEventJSManager. runEventFieldFormat(DocumentPanel panel, WidgetAnnotation annot, int commitKey, boolean willCommit)Raise theField/FormatJavaScript methodJSEventJSManager. runEventFieldKeystroke(DocumentPanel panel, WidgetAnnotation annot, int commitKey, String change, String changeEx, boolean fieldFull, boolean keyDown, boolean modifier, int selStart, int selEnd, boolean shift, String value, boolean willCommit)Raise theField/KeystrokeJavaScript methodJSEventJSManager. runEventFieldMouseDown(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)Raise theField/Mouse DownJavaScript methodJSEventJSManager. runEventFieldMouseEnter(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)Raise theField/Mouse EnterJavaScript methodJSEventJSManager. runEventFieldMouseExit(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)Raise theField/Mouse ExitJavaScript methodJSEventJSManager. runEventFieldMouseUp(DocumentPanel panel, WidgetAnnotation annot, MouseEvent mevent)Raise theField/Mouse UpJavaScript methodJSEventJSManager. runEventFieldValidate(DocumentPanel panel, WidgetAnnotation annot, String value, boolean shift, boolean modifier, String change, String changeEx, boolean keyDown)Raise theField/ValidateJavaScript method
-