com.lowagie.text.pdf

Class XfaForm.AcroFieldsSearch

public static class XfaForm.AcroFieldsSearch extends XfaForm.Xml2Som

A class to process "classic" fields.
Field Summary
HashMapacroShort2LongName
Constructor Summary
AcroFieldsSearch(Collection items)
Creates a new instance from a Collection with the full names.
Method Summary
HashMapgetAcroShort2LongName()
Gets the mapping from short names to long names.
voidsetAcroShort2LongName(HashMap acroShort2LongName)
Sets the mapping from short names to long names.

Field Detail

acroShort2LongName

private HashMap acroShort2LongName

Constructor Detail

AcroFieldsSearch

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

Parameters: items the Collection

Method Detail

getAcroShort2LongName

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