Class AcroFieldsSearch
java.lang.Object
com.itextpdf.forms.xfa.Xml2Som
com.itextpdf.forms.xfa.AcroFieldsSearch
A class to process "classic" fields.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAcroFieldsSearch(Collection<String> items) Creates a new instance from a Collection with the full names. -
Method Summary
Modifier and TypeMethodDescriptionGets the mapping from short names to long names.voidsetAcroShort2LongName(Map<String, String> acroShort2LongName) Sets the mapping from short names to long names.Methods inherited from class Xml2Som
escapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, setOrder, splitParts, unescapeSom
-
Field Details
-
acroShort2LongName
-
-
Constructor Details
-
AcroFieldsSearch
Creates a new instance from a Collection with the full names.- Parameters:
items- the Collection
-
-
Method Details
-
getAcroShort2LongName
-
setAcroShort2LongName
-