|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WidgetAnnotation | |
---|---|
org.faceless.pdf2 | Contains the classes used to create a PDF document |
Uses of WidgetAnnotation in org.faceless.pdf2 |
---|
Methods in org.faceless.pdf2 that return WidgetAnnotation | |
---|---|
WidgetAnnotation |
FormBarCode.addAnnotation(PDFPage page,
float x1,
float y1,
float x2,
float y2)
Create and add a new widget annotation for this field. |
WidgetAnnotation |
FormText.addAnnotation(PDFPage page,
float x1,
float y1,
float x2,
float y2)
Add an annotation for this element at the specified location on the page |
WidgetAnnotation |
FormButton.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. |
WidgetAnnotation |
FormSignature.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. |
WidgetAnnotation |
FormChoice.addAnnotation(PDFPage page,
float x1,
float y1,
float x2,
float y2)
Add an annotation for this element at the specified location on the page |
WidgetAnnotation |
PDFAction.getAnnotation()
For PDFAction.hideWidget(org.faceless.pdf2.WidgetAnnotation) and PDFAction.showWidget(org.faceless.pdf2.WidgetAnnotation) actions,
return the annotation being toggled shown or hidden. |
WidgetAnnotation |
FormElement.getAnnotation(int annot)
Return the specified annotation. |
Methods in org.faceless.pdf2 with parameters of type WidgetAnnotation | |
---|---|
static JSEvent |
JSEvent.createFieldBlur(WidgetAnnotation annot,
boolean shift,
boolean modifier)
Return a new "Field/Blur" event |
static JSEvent |
JSEvent.createFieldCalculate(WidgetAnnotation target,
WidgetAnnotation source)
Return a new "Field/Calculate" event |
static JSEvent |
JSEvent.createFieldFocus(WidgetAnnotation annot,
boolean shift,
boolean modifier)
Return a new "Field/Focus" event |
static JSEvent |
JSEvent.createFieldFormat(WidgetAnnotation annot,
int commitKey,
boolean willCommit)
Return a new "Field/Format" event |
static JSEvent |
JSEvent.createFieldKeystroke(WidgetAnnotation annot,
int commitKey,
String change,
String changeEx,
boolean fieldFull,
boolean keyDown,
boolean modifier,
int selStart,
int selEnd,
boolean shift,
String value,
boolean willCommit)
Return a new "Field/Keystroke" event |
static JSEvent |
JSEvent.createFieldMouseDown(WidgetAnnotation annot,
boolean modifier,
boolean shift)
Return a new "Field/Mouse Down" event |
static JSEvent |
JSEvent.createFieldMouseEnter(WidgetAnnotation annot,
boolean modifier,
boolean shift)
Return a new "Field/Mouse Enter" event |
static JSEvent |
JSEvent.createFieldMouseExit(WidgetAnnotation annot,
boolean modifier,
boolean shift)
Return a new "Field/Mouse Exit" event |
static JSEvent |
JSEvent.createFieldMouseUp(WidgetAnnotation annot,
boolean modifier,
boolean shift)
Return a new "Field/Mouse Up" event |
static JSEvent |
JSEvent.createFieldValidate(WidgetAnnotation annot,
String value,
boolean shift,
boolean modifier,
String change,
String changeEx,
boolean keyDown)
Return a new "Field/Validate" event |
static PDFAction |
PDFAction.hideWidget(WidgetAnnotation annot)
Return a new PDFAction which hides the specified WidgetAnnotation . |
static PDFAction |
PDFAction.showWidget(WidgetAnnotation annot)
Return a new PDFAction which makes the specified WidgetAnnotation
visible on screen. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |