Java Doc for XfaForm.java in » PDF » pdf-itext » com » lowagie » text » pdf » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Finds the complete SOM name contained in the datasets section from a
possibly partial name.
Parameters: name - the complete or partial name the complete name or null if not found
Finds the Node contained in the datasets section from a
possibly partial name.
Parameters: name - the complete or partial name the Node or null if not found
Finds the complete field name contained in the "classic" forms from a partial
name.
Parameters: name - the complete or partial name Parameters: af - the fields the complete name or null if not found
Sets the changed status of this XFA instance.
Parameters: changed - the changed status of this XFA instance
setDatasetsSom
public void setDatasetsSom(Xml2SomDatasets datasetsSom)(Code)
Sets the class that contains the datasets processing section of the XFA.
Parameters: datasetsSom - the class that contains the datasets processing section of the XFA
Sets the text of this node. All the child's node are deleted and a new
child text node is created.
Parameters: n - the Node to add the text to Parameters: text - the text to add
Sets the PdfReader to be used by this instance.
Parameters: reader - the PdfReader to be used by this instance
setTemplateSom
public void setTemplateSom(Xml2SomTemplate templateSom)(Code)
Sets the class that contains the template processing section of the XFA
Parameters: templateSom - the class that contains the template processing section of the XFA
Sets the XFA key from a byte array. The old XFA is erased.
Parameters: xfaData - the data Parameters: reader - the reader Parameters: writer - the writer throws: java.io.IOException - on error