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 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

    • 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
    • setLongByShortNames

      public void setLongByShortNames(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