com.itextpdf.text.pdf
Class XfaForm.AcroFieldsSearch

java.lang.Object
  extended by com.itextpdf.text.pdf.XfaForm.Xml2Som
      extended by com.itextpdf.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.itextpdf.text.pdf.XfaForm.Xml2Som
anform, inverseSearch, name2Node, order, stack
 
Constructor Summary
XfaForm.AcroFieldsSearch(Collection<String> items)
          Creates a new instance from a Collection with the full names.
 
Method Summary
 HashMap<String,String> getAcroShort2LongName()
          Gets the mapping from short names to long names.
 void setAcroShort2LongName(HashMap<String,String> acroShort2LongName)
          Sets the mapping from short names to long names.
 
Methods inherited from class com.itextpdf.text.pdf.XfaForm.Xml2Som
escapeSom, getInverseSearch, getName2Node, getOrder, getShortName, inverseSearchAdd, inverseSearchAdd, inverseSearchGlobal, printStack, setInverseSearch, setName2Node, setOrder, splitParts, unescapeSom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XfaForm.AcroFieldsSearch

public XfaForm.AcroFieldsSearch(Collection<String> items)
Creates a new instance from a Collection with the full names.

Parameters:
items - the Collection
Method Detail

getAcroShort2LongName

public HashMap<String,String> getAcroShort2LongName()
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

public void setAcroShort2LongName(HashMap<String,String> acroShort2LongName)
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


Copyright © 2013. All Rights Reserved.