Class AcroFieldsSearch

java.lang.Object
com.itextpdf.forms.xfa.Xml2Som
com.itextpdf.forms.xfa.AcroFieldsSearch

class AcroFieldsSearch extends Xml2Som
A class to process "classic" fields.
  • Field Details

  • Constructor Details

    • AcroFieldsSearch

      public AcroFieldsSearch(Collection<String> items)
      Creates a new instance from a Collection with the full names.
      Parameters:
      items - the Collection
  • Method Details

    • getAcroShort2LongName

      public Map<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(Map<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