Uses of Class
org.apache.pdfbox.pdmodel.interactive.form.FieldUtils.KeyValue
-
Packages that use FieldUtils.KeyValue Package Description org.apache.pdfbox.pdmodel.interactive.form 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.KeyValue Modifier and Type Method 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.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type FieldUtils.KeyValue Modifier and Type Method Description intFieldUtils.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.KeyValue Modifier and Type Method Description (package private) static voidFieldUtils. sortByKey(java.util.List<FieldUtils.KeyValue> pairs)Sort two related lists simultaneously by the elements in the value parameter.(package private) static voidFieldUtils. sortByValue(java.util.List<FieldUtils.KeyValue> pairs)Sort two related lists simultaneously by the elements in the key parameter.
-