Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.FieldUtils.KeyValue
Packages that use FieldUtils.KeyValue
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of FieldUtils.KeyValue in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form with type parameters of type FieldUtils.KeyValueModifier and TypeFieldDescription(package private) static final Comparator<FieldUtils.KeyValue> FieldUtils.BY_KEY_COMPARATOR(package private) static final Comparator<FieldUtils.KeyValue> FieldUtils.BY_VALUE_COMPARATORMethods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type FieldUtils.KeyValueModifier and TypeMethodDescription(package private) static List<FieldUtils.KeyValue> FieldUtils.toKeyValueList(List<String> key, List<String> value) Return two related lists as a single list with key value pairs.Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type FieldUtils.KeyValueModifier and TypeMethodDescription(package private) static voidFieldUtils.sortByKey(List<FieldUtils.KeyValue> pairs) Sort two related lists simultaneously by the elements in the value parameter.(package private) static voidFieldUtils.sortByValue(List<FieldUtils.KeyValue> pairs) Sort two related lists simultaneously by the elements in the key parameter.