Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.form |
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDCheckBox |
A check box toggles between two states, on and off.
|
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.
|
Copyright © 2002–2018. All rights reserved.