| Package | Description |
|---|---|
| de.intarsys.pdf.app.action |
Some application level framework to handle the event mechanics in a PDF document.
|
| de.intarsys.pdf.app.appearance |
The "framework" for dealing with appearances.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
static TriggerEvent |
ActionTools.fieldTriggerCalculate(PDAcroFormField field,
String value,
PDAcroFormField source) |
static TriggerEvent |
ActionTools.fieldTriggerFormat(PDAcroFormField field,
boolean willCommit,
int commitKey,
String value)
Format the value of the widget according to its formatting script.
|
static TriggerEvent |
ActionTools.fieldTriggerValidate(PDAcroFormField field,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AppearanceCreatorTools.createAppearance(PDAcroFormField field) |
| Modifier and Type | Class and Description |
|---|---|
class |
PDAFButtonField
A logical button within an AcroForm.
|
class |
PDAFChoiceField
A logical choice field within an AcroForm.
|
class |
PDAFIntermediateNode
Just an intermediate, structural node in the acro form hierarchy.
|
class |
PDAFSignatureField
A logical signature field within an AcroForm.
|
class |
PDAFTextField
A logical text field within an AcroForm.
|
| Modifier and Type | Method and Description |
|---|---|
PDAcroFormField |
PDAcroFormField.copy()
Copy the receiver.
|
PDAcroFormField |
PDWidgetAnnotation.getAcroFormField() |
PDAcroFormField |
PDAcroFormNode.getField(String path)
The sub-node identified by
path. |
PDAcroFormField |
PDAcroFormNode.getField(String name,
boolean canonicalName)
The sub-node identified by
path. |
PDAcroFormField |
PDAcroFormField.getLogicalRoot()
The logical root node of this PDAcroFormField.
|
PDAcroFormField |
PDAcroFormField.getParent()
The parent node of this.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PDAcroFormNode.addField(PDAcroFormField field)
Insert a
PDAcroFormField in the receiver node. |
void |
PDAcroFormField.addField(PDAcroFormField field) |
void |
PDAcroForm.addField(PDAcroFormField field) |
void |
PDAcroFormTools.addField(PDAcroForm form,
PDAcroFormField field)
Adding a field to a form may not be as simple as changing the array of
kids.
|
abstract boolean |
PDAcroFormNode.removeField(PDAcroFormField field)
Remove a
PDAcroFormField from the receiver. |
boolean |
PDAcroFormField.removeField(PDAcroFormField field) |
boolean |
PDAcroForm.removeField(PDAcroFormField field) |
| Constructor and Description |
|---|
AcroFormFieldFlags(PDAcroFormField field) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.