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
Fields in org.apache.pdfbox.pdmodel.interactive.form with type parameters of type FieldUtils.KeyValue Modifier and Type Field Description (package private) static java.util.Comparator<FieldUtils.KeyValue>FieldUtils. BY_KEY_COMPARATOR(package private) static java.util.Comparator<FieldUtils.KeyValue>FieldUtils. BY_VALUE_COMPARATORMethods 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.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.
-