Uses of Class
com.lowagie.text.pdf.XfaForm.InverseStore
-
Packages that use XfaForm.InverseStore Package Description com.lowagie.text.pdf -
-
Uses of XfaForm.InverseStore in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type XfaForm.InverseStore Modifier and Type Field Description protected Map<String,XfaForm.InverseStore>XfaForm.Xml2Som. inverseSearchThe data to do a search from the bottom hierarchy.Methods in com.lowagie.text.pdf that return types with arguments of type XfaForm.InverseStore Modifier and Type Method Description Map<String,XfaForm.InverseStore>XfaForm.Xml2Som. getInverseSearchData()Gets the data to do a search from the bottom hierarchy.Method parameters in com.lowagie.text.pdf with type arguments of type XfaForm.InverseStore Modifier and Type Method Description static voidXfaForm.Xml2Som. addSomNameToSearchNodeChain(Map<String,XfaForm.InverseStore> inverseSearch, XfaForm.Stack2 stack, String unstack)Adds a SOM name to the search node chain.voidXfaForm.Xml2Som. setInverseSearch(Map<String,XfaForm.InverseStore> inverseSearch)Deprecated.voidXfaForm.Xml2Som. setInverseSearchData(Map<String,XfaForm.InverseStore> inverseSearch)Sets the data to do a search from the bottom hierarchy.
-