Package | Description |
---|---|
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 |
---|---|
(package private) static java.util.List<FieldUtils.KeyValue> |
FieldUtils.toKeyValueList(java.util.List<java.lang.String> key,
java.util.List<java.lang.String> value)
Return two related lists as a single list with key value pairs.
|
Modifier and Type | Method and Description |
---|---|
int |
FieldUtils.KeyValueKeyComparator.compare(FieldUtils.KeyValue o1,
FieldUtils.KeyValue o2) |
int |
FieldUtils.KeyValueValueComparator.compare(FieldUtils.KeyValue o1,
FieldUtils.KeyValue o2) |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
FieldUtils.sortByKey(java.util.List<FieldUtils.KeyValue> pairs)
Sort two related lists simultaneously by the elements in the value parameter.
|
(package private) static void |
FieldUtils.sortByValue(java.util.List<FieldUtils.KeyValue> pairs)
Sort two related lists simultaneously by the elements in the key parameter.
|