|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.XfaForm.Xml2Som
com.lowagie.text.pdf.XfaForm.AcroFieldsSearch
public static class XfaForm.AcroFieldsSearch
A class to process "classic" fields.
Field Summary | |
---|---|
private java.util.HashMap |
acroShort2LongName
|
Fields inherited from class com.lowagie.text.pdf.XfaForm.Xml2Som |
---|
anform, inverseSearch, name2Node, order, stack |
Constructor Summary | |
---|---|
XfaForm.AcroFieldsSearch(java.util.Collection items)
Creates a new instance from a Collection with the full names. |
Method Summary | |
---|---|
java.util.HashMap |
getAcroShort2LongName()
Gets the mapping from short names to long names. |
void |
setAcroShort2LongName(java.util.HashMap acroShort2LongName)
Sets the mapping from short names to long names. |
Methods inherited from class com.lowagie.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 |
Field Detail |
---|
private java.util.HashMap acroShort2LongName
Constructor Detail |
---|
public XfaForm.AcroFieldsSearch(java.util.Collection items)
items
- the CollectionMethod Detail |
---|
public java.util.HashMap getAcroShort2LongName()
public void setAcroShort2LongName(java.util.HashMap acroShort2LongName)
acroShort2LongName
- the mapping from short names to long names
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |