Package | Description |
---|---|
com.qoppa.pdf.annotations |
Classes representing PDF annotations.
|
com.qoppa.pdf.form |
Classes related to PDF Acroform and its form fields.
|
Modifier and Type | Method and Description |
---|---|
TriggerActions |
Annotation.getTriggerActions()
Returns a list of mouse related actions associated with this annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
Annotation.setTriggerActions(TriggerActions tActions)
Sets the mouse trigger actions for this annotation.
|
Modifier and Type | Method and Description |
---|---|
TriggerActions |
FormField.getTriggerActions()
Gets the TriggerActions associated with the field.
|
Modifier and Type | Method and Description |
---|---|
void |
FormField.setTriggerActions(TriggerActions triggerActions)
Sets the TriggerActions for this field.
|