Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Method and Description |
---|---|
void |
PDAnnotationWidget.setParent(PDTerminalField field)
Set the parent field of a widget annotation.
|
Modifier and Type | Class and Description |
---|---|
class |
PDButton
A button field represents an interactive control on the screen
that the user can manipulate with the mouse.
|
class |
PDCheckBox
A check box toggles between two states, on and off.
|
class |
PDChoice
A choice field contains several text items, one or more of which shall be selected as the field
value.
|
class |
PDComboBox
A combo box consisting of a drop-down list.
|
class |
PDListBox
A scrollable list box.
|
class |
PDPushButton
A pushbutton is a purely interactive control that responds immediately to user
input without retaining a permanent value.
|
class |
PDRadioButton
Radio button fields contain a set of related buttons that can each be on or off.
|
class |
PDSignatureField
A signature field is a form field that contains a digital signature.
|
class |
PDTextField
A text field is a box or space for text fill-in data typically entered from a keyboard.
|
class |
PDVariableText
Base class for fields which use "Variable Text".
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.