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
Methods 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.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type FieldUtils.KeyValueModifier and TypeMethodDescriptionintFieldUtils.KeyValueKeyComparator.compare(FieldUtils.KeyValue o1, FieldUtils.KeyValue o2) intFieldUtils.KeyValueValueComparator.compare(FieldUtils.KeyValue o1, FieldUtils.KeyValue o2) 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.