Package com.lowagie.text.pdf
Class XfaForm.AcroFieldsSearch
- java.lang.Object
-
- com.lowagie.text.pdf.XfaForm.Xml2Som
-
- com.lowagie.text.pdf.XfaForm.AcroFieldsSearch
-
- Enclosing class:
- XfaForm
public static class XfaForm.AcroFieldsSearch extends XfaForm.Xml2Som
A class to process "classic" fields.
-
-
Field Summary
-
Fields inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack
-
-
Constructor Summary
Constructors Constructor Description AcroFieldsSearch(Collection<String> items)Creates a new instance from a Collection with the full names.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description HashMapgetAcroShort2LongName()Deprecated.Map<String,String>getLongByShortNames()Gets the mapping from short names to long names.voidsetAcroShort2LongName(HashMap acroShort2LongName)Deprecated.voidsetLongByShortNames(Map<String,String> acroShort2LongName)Sets the mapping from short names to long names.-
Methods inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som
addSomNameToSearchNodeChain, escapeSom, getInverseSearch, getInverseSearchData, getName2Node, getNamesOrder, getNodesByName, getOrder, getShortName, inverseSearch, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setInverseSearchData, setName2Node, setNamesOrder, setNodesByName, setOrder, splitParts, unescapeSom
-
-
-
-
Constructor Detail
-
AcroFieldsSearch
public AcroFieldsSearch(Collection<String> items)
Creates a new instance from a Collection with the full names.- Parameters:
items- the Collection
-
-
Method Detail
-
getAcroShort2LongName
@Deprecated public HashMap getAcroShort2LongName()
Deprecated.Gets the mapping from short names to long names. A long name may contain the #subform name part.- Returns:
- the mapping from short names to long names
-
setAcroShort2LongName
@Deprecated public void setAcroShort2LongName(HashMap acroShort2LongName)
Deprecated.Sets the mapping from short names to long names. A long name may contain the #subform name part.- Parameters:
acroShort2LongName- the mapping from short names to long names
-
getLongByShortNames
public Map<String,String> getLongByShortNames()
Gets the mapping from short names to long names. A long name may contain the #subform name part.- Returns:
- the mapping from short names to long names
-
-